Cookie Boss

Manage your cookies like a boss.

Τι είναι το Cookie Boss;

Το Cookie Boss είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CookieBoss, και η κύρια λειτουργία του είναι "Manage your cookies like a boss.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        REMOVE
​
- Auto by tab: Removes domain cookies when there are no other active tabs
- Auto by session: Defaults all cookies to session
- Manual : Batch Selection
- Undo last remove: Restores last removed cookies

ADD
​
+ Flexible inputs for cookie attributes
+ Prompts domain attribute with existing domains
+ Easy to set expiration date time

MODIFY
​
* Customizable values
* Displays according to active domain

IMPORT & EXPORT
​
~ JSON String Format
~ Clipboard: Copy & Paste
~ File: .txt format
~ Encrypted file: Secured with user input password
~ Chrome Sync: Seamless way to transport cookies across various platforms using your Chrome profile                    

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

Όνομα Cookie Boss Cookie Boss
ID bdfmcfdojoaedkjkihobeheogapdfdbk
Επίσημο URL https://chromewebstore.google.com/detail/cookie-boss/bdfmcfdojoaedkjkihobeheogapdfdbk
Περιγραφή Manage your cookies like a boss.
Μέγεθος Αρχείου 233 KB
Αριθμός Εγκαταστάσεων 442
Τρέχουσα Έκδοση 4.0
Τελευταία Ενημέρωση 2016-08-26
Ημερομηνία Δημοσίευσης 2016-08-26
Αξιολόγηση 2.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής CookieBoss
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://cookieremovermanag.wix.com/cookieboss
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Boss",
    "description": "Manage your cookies like a boss.",
    "version": "4.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "cookiemanager.html"
    },
    "permissions": [
        "tabs",
        "sessions",
        "storage",
        "activeTab",
        "cookies",
        "identity",
        "identity.email",
        "unlimitedStorage",
        "notifications",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "jquery-ui.min.css",
                "jquery.datetimepicker.min.css",
                "jquery.tree-multiselect.min.css",
                "cookiemanager.css"
            ],
            "js": [
                "jquery-1.12.3.min.js",
                "jquery-ui.js",
                "jquery.datetimepicker.full.min.js",
                "jquery.tree-multiselect.min.js",
                "cookiemanager.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}