Medium Premium

It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.

Medium Premium क्या है?

Medium Premium Arun Kumar Dave द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Medium Premium एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A simple chrome extension that loads Premium content of Medium blog of the current tab                    

एक्सटेंशन की मूल जानकारी

नाम Medium Premium Medium Premium
ID gingmakaicaahbfjipopapefpkehhelk
आधिकारिक URL https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk
विवरण It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
फ़ाइल का आकार 13.21 KB
स्थापना संख्या 614
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-04-03
प्रकाशन तिथि 2023-04-02
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Arun Kumar Dave
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Premium",
    "version": "1.0",
    "description": "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.",
    "permissions": [
        "activeTab",
        "incognito",
        "tabs",
        "scripting",
        "https:\/\/*.medium.com\/*"
    ],
    "action": {
        "default_title": "Medium Premium",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}