
JSClearCookie PageClear מאת
Clear the specified cookies by js
יש צורך ב־Firefox כדי להשתמש בהרחבה זו
נתוני העל של ההרחבה
על אודות הרחבה זו
通过JS脚本来自定义需要清除的Cookie 绝不收集任何隐私
使用方法
//定义需要清除的CookieName 若为空者清除对应网站上的所有Cookie
const cookieNames = [];
//JS发送清除Cookie请求
window.postMessage({ status: 1, message: "Clear-Cookie", cookieNameArr: cookieNames }, window.location.origin);
//JS接收返回消息
window.addEventListener('message', (event) => {
if (event.source == window && event.data.isSuccess) {
//TODO
}
});
使用方法
//定义需要清除的CookieName 若为空者清除对应网站上的所有Cookie
const cookieNames = [];
//JS发送清除Cookie请求
window.postMessage({ status: 1, message: "Clear-Cookie", cookieNameArr: cookieNames }, window.location.origin);
//JS接收返回消息
window.addEventListener('message', (event) => {
if (event.source == window && event.data.isSuccess) {
//TODO
}
});
דירוג החוויה שלך
הרשאותמידע נוסף
הרשאות נדרשות:
- גישה ללשוניות
- גישה לנתונים שלך מכל האתרים
מידע נוסף
- גרסה
- 1.1.1
- גודל
- 12.37 ק״ב
- עדכון אחרון
- לפני 3 שנים (25 ינו׳ 2022)
- קטגוריות קשורות
- רישיון
- Mozilla Public License 2.0
- היסטוריית הגרסאות
הוספה לאוסף
עוד הרחבות מאת PageClear
- אין דירוגים עדיין
- אין דירוגים עדיין
- אין דירוגים עדיין
- אין דירוגים עדיין
- אין דירוגים עדיין
- אין דירוגים עדיין