Startup Cookie Destroyer

Remove unwanted cookies and site data on start-up, and manually from the toolbar.

Startup Cookie Destroyer क्या है?

Startup Cookie Destroyer Aaron Horler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove unwanted cookies and site data on start-up, and manually from the toolbar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Startup Cookie Destroyer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Remove unwanted cookies and all other site data on startup, and manually from the extension toolbar.

Wanted cookies are defined using a white list.

GitHub source - https://github.com/aghorler/Startup-Cookie-Destroyer

CHANGELOG

1.2.0 - Add cacheStorage option to browsing data clear, attempted return to Chrome Web Store.
1.1.0 - Automatic option saving.
1.0.3 - Logic improvements. Hover descriptions on options page.
1.0.2 - The extension no longer clears all cookies on installation.
1.0.1 - First release.                    

एक्सटेंशन की मूल जानकारी

नाम Startup Cookie Destroyer Startup Cookie Destroyer
ID gnofoiakeednmambnlgcooiflejppmoj
आधिकारिक URL https://chromewebstore.google.com/detail/startup-cookie-destroyer/gnofoiakeednmambnlgcooiflejppmoj
विवरण Remove unwanted cookies and site data on start-up, and manually from the toolbar.
फ़ाइल का आकार 11.96 KB
स्थापना संख्या 214
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2022-02-28
प्रकाशन तिथि 2018-05-16
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर Aaron Horler
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/aghorler/Startup-Cookie-Destroyer
सहायता पृष्ठ URL https://github.com/aghorler/Startup-Cookie-Destroyer
गोपनीयता नीति पृष्ठ URL https://aaronhorler.com/privacy.txt
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Startup Cookie Destroyer",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Remove unwanted cookies and site data on start-up, and manually from the toolbar.",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "\/img\/icon128.png"
    },
    "browser_action": {
        "name": "Clear cookies and site data."
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "browsingData",
        "storage",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}