Clear Cookie and Reload

Clear Cookie for current tab and reload

Vad är Clear Cookie and Reload?

Clear Cookie and Reload är en Chrome-tillägg utvecklad av b.like.no.other, och dess huvudfunktion är "Clear Cookie for current tab and reload".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Clear Cookie and Reload-förlängningens CRX-fil

Ladda ner Clear Cookie and Reload-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Clear cookies for current tab and reload

Intended Use:
Helpful for developers who need to clear all identifying cookies to test a clean environment.
watch free match on starsports.com using this app, click on the app when 10 minutes preview time gets over.
Enjoy :)

You can fork this open source project at https://github.com/blikenoother/ClearCookieAndReload

-----------------------------------------
Author:
Name: Chirag
Email: [email protected]                    

Grundläggande Information om Tillägg

Namn Clear Cookie and Reload Clear Cookie and Reload
ID clinijjpaohndgmfepgpifcfnmlecbom
Officiell webbadress https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom
Beskrivning Clear Cookie for current tab and reload
Filstorlek 5.57 KB
Antal Installationer 24,280
Aktuell Version 0.3
Senast Uppdaterad 2019-02-02
Publiceringsdatum 2019-02-02
Betyg 3.52/5 Totalt 48 Betyg
Utvecklare b.like.no.other
Betalningssätt free
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cookie and Reload",
    "description": "Clear Cookie for current tab and reload",
    "version": "0.3",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Clear Cookie and Reload"
    },
    "author": {
        "name": "Chirag",
        "email": "[email protected]"
    }
}