Forget about this site

Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.

ما هو Forget about this site؟

Forget about this site هو إضافة Chrome تم تطويرها بواسطة Blaise Kal، والميزة الرئيسية لها هي "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Forget about this site

قم بتنزيل ملفات الامتداد Forget about this site بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Shortcut: Ctrl+Shift+X on Windows and Linux, Cmd+Shift+X on macOS.

This extension respects your privacy. All permissions are used only to remove data for the current website. No data is logged to, or shared with external websites.

Please report issues at https://github.com/blaise-io/forget-about-this-site/issues or send a mail to [email protected].                    

معلومات أساسية عن التمديد

الاسم Forget about this site Forget about this site
ID okiohagmnigihpbleoloddfldckiknea
عنوان URL الرسمي https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea
الوصف Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
حجم الملف 135 KB
عدد التثبيتات 1,143
النسخة الحالية 1.8.0
آخر تحديث 2021-06-15
تاريخ النشر 2019-12-28
تقييم 4.00/5 مجموع تقييمات 6
المطور Blaise Kal
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/blaise-io/forget-about-this-site#readme
عنوان صفحة المساعدة https://github.com/blaise-io/forget-about-this-site/issues
اللغات المدعومة de,en,fr,nl,es,it,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.8.0",
    "homepage_url": "https:\/\/github.com\/blaise-io\/forget-about-this-site#readme",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "browsingData",
        "downloads",
        "history",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "icons": {
        "256": "\/icons\/icon.png"
    },
    "page_action": {
        "default_icon": "\/icons\/icon.png"
    },
    "options_ui": {
        "page": "\/options.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            }
        }
    }
}