Clear Cookie and Reload

Clear Cookie for current tab and reload

Τι είναι το Clear Cookie and Reload;

Το Clear Cookie and Reload είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον b.like.no.other, και η κύρια λειτουργία του είναι "Clear Cookie for current tab and reload".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Clear Cookie and Reload

Λήψη αρχείων επέκτασης Clear Cookie and Reload σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Clear Cookie and Reload Clear Cookie and Reload
ID clinijjpaohndgmfepgpifcfnmlecbom
Επίσημο URL https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom
Περιγραφή Clear Cookie for current tab and reload
Μέγεθος Αρχείου 5.57 KB
Αριθμός Εγκαταστάσεων 24,280
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2019-02-02
Ημερομηνία Δημοσίευσης 2019-02-02
Αξιολόγηση 3.52/5 Συνολικά 48 Αξιολογήσεις
Προγραμματιστής b.like.no.other
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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]"
    }
}