Free Medium articles Chrome Plugin

Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.

Τι είναι το Free Medium articles Chrome Plugin;

Το Free Medium articles Chrome Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον akhilchilumuru, και η κύρια λειτουργία του είναι "Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Free Medium articles Chrome Plugin

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

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

                        This plugin gives free access to articles from medium.com and towardsdatascience.com that are metered. In the background the plugin removes cookies from articles that are hosted on these domains.                    

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

Όνομα Free Medium articles Chrome Plugin Free Medium articles Chrome Plugin
ID bhkjccddnhdmfjmfnkcoikggcfefgonl
Επίσημο URL https://chrome.google.com/webstore/detail/free-medium-articles-chro/bhkjccddnhdmfjmfnkcoikggcfefgonl
Περιγραφή Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.
Μέγεθος Αρχείου 7.73 KB
Αριθμός Εγκαταστάσεων 200
Τρέχουσα Έκδοση 0.0.0.1
Τελευταία Ενημέρωση 2022-02-25
Ημερομηνία Δημοσίευσης 2022-02-25
Προγραμματιστής akhilchilumuru
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Medium articles Chrome Plugin",
    "description": "Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "\/cache_icon.png",
            "32": "\/cache_icon.png",
            "48": "\/cache_icon.png",
            "128": "\/cache_icon.png"
        }
    },
    "icons": {
        "16": "\/cache_icon.png",
        "32": "\/cache_icon.png",
        "48": "\/cache_icon.png",
        "128": "\/cache_icon.png"
    }
}