La rep Bypass PayWall

Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…

La rep Bypass PayWall क्या है?

La rep Bypass PayWall Dan Monceau द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…"।

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

screenshot

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

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

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

                        Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome extension instantly transforms the presentation of articles, providing a significantly improved reading experience.                    

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

नाम La rep Bypass PayWall La rep Bypass PayWall
ID kgemhkkddophjppkheljcphmibffkoal
आधिकारिक URL https://chromewebstore.google.com/detail/la-rep-bypass-paywall/kgemhkkddophjppkheljcphmibffkoal
विवरण Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…
फ़ाइल का आकार 4.21 KB
स्थापना संख्या 250
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-12-21
प्रकाशन तिथि 2023-12-21
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Dan Monceau
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "La rep Bypass PayWall",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.larep.fr\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}