Unlocker

Unlock the Internet! Read all your favourite content from sites around the world without being tracked

Τι είναι το Unlocker;

Το Unlocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Warren, και η κύρια λειτουργία του είναι "Unlock the Internet! Read all your favourite content from sites around the world without being tracked".

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

screenshot
screenshot

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

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

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

                        Unlocker enables you to access unlimited content and tools on sites without exposing yourself to tracking cookies and advertiser ids.
Read and enjoy the best content on the internet privately.

Supported sites:
1. medium.com
2. All medium.com hosted sites
3. hbr.com
4. nytimes.com
5. smallpdf.com
6. wsj.com
7. barrons.com
8. bloomberg.com
9. washingtonpost.com
10. livemint.com
11. forbes.com
12. ft.com
13. productmanagementexercises.com(PMExercises)
14. theathletic.com                    

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

Όνομα Unlocker Unlocker
ID offfjmhfpmhgenhkkalbmadpngolgcgp
Επίσημο URL https://chromewebstore.google.com/detail/unlocker/offfjmhfpmhgenhkkalbmadpngolgcgp
Περιγραφή Unlock the Internet! Read all your favourite content from sites around the world without being tracked
Μέγεθος Αρχείου 414 KB
Αριθμός Εγκαταστάσεων 7,278
Τρέχουσα Έκδοση 0.4.8
Τελευταία Ενημέρωση 2022-12-01
Ημερομηνία Δημοσίευσης 2021-11-15
Αξιολόγηση 3.78/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής Warren
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unlocker",
    "description": "Unlock the Internet! Read all your favourite content from sites around the world without being tracked",
    "version": "0.4.8",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_icon": {
            "128": "icons\/Key.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "icons\/rules_1.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "contentSettings",
        "declarativeNetRequest",
        "scripting",
        "tabs",
        "storage"
    ],
    "content_security_policy": []
}