Read Unlimited Medium Stories

This extension add another 2 free member-only stories for you on the medium.

Τι είναι το Read Unlimited Medium Stories;

Το Read Unlimited Medium Stories είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vinothkumarsubbu, και η κύρια λειτουργία του είναι "This extension add another 2 free member-only stories for you on the medium.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Read Unlimited Medium Stories

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

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

                        This extension help to overcome the restrictions of medium to read the two stories a month. If you run out of stories just click on the extension it would add another 2 stories to your account. One more good news is this extension doesn't capture any userinformation.                    

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

Όνομα Read Unlimited Medium Stories Read Unlimited Medium Stories
ID ldodiabfohccnhckofomohlceamjlkpl
Επίσημο URL https://chromewebstore.google.com/detail/read-unlimited-medium-sto/ldodiabfohccnhckofomohlceamjlkpl
Περιγραφή This extension add another 2 free member-only stories for you on the medium.
Μέγεθος Αρχείου 21.49 KB
Αριθμός Εγκαταστάσεων 358
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-08-27
Ημερομηνία Δημοσίευσης 2021-08-27
Προγραμματιστής vinothkumarsubbu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Unlimited Medium Stories",
    "version": "1.0",
    "description": "This extension add another 2 free member-only stories for you on the medium.",
    "permissions": [
        "cookies",
        "http:\/\/medium.com\/*",
        "https:\/\/medium.com\/*",
        "https:\/\/.medium.com\/"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}