Times Bandit

A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.

ما هو Times Bandit؟

Times Bandit هو إضافة Chrome تم تطويرها بواسطة fermentationist، والميزة الرئيسية لها هي "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".

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

screenshot

تحميل ملف CRX للإضافة Times Bandit

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

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

                        Times Bandit is a browser extension that removes some of the tracking data that nytimes.com stores in the browser.

Clicking the icon will delete all of the non-HttpOnly cookies stored locally by nytimes.com, clear both local and session storage, and then reload the current url.                    

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

الاسم Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
عنوان URL الرسمي https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
الوصف A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
حجم الملف 17.19 KB
عدد التثبيتات 37
النسخة الحالية 1.0.4
آخر تحديث 2019-07-13
تاريخ النشر 2019-07-13
تقييم 1.00/5 مجموع تقييمات 1
المطور fermentationist
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Times Bandit",
    "description": "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.",
    "version": "1.0.4",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "*:\/\/*.nytimes.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        },
        "default_title": "Removes nytimes.com tracking data from browser storage."
    },
    "manifest_version": 2
}