Figaro Unlock

Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express

Figaro Unlock क्या है?

Figaro Unlock martin.smeeckaert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express"।

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

screenshot

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

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

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

                        Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express

Sources: https://github.com/smeeckaert/figaro-unlock                    

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

नाम Figaro Unlock Figaro Unlock
ID fbjlodckbpladpnhodndlcagnnedomgn
आधिकारिक URL https://chromewebstore.google.com/detail/figaro-unlock/fbjlodckbpladpnhodndlcagnnedomgn
विवरण Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express
फ़ाइल का आकार 102 KB
स्थापना संख्या 72
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2016-11-28
प्रकाशन तिथि 2016-11-28
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर martin.smeeckaert
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/smeeckaert/figaro-unlock
सहायता पृष्ठ URL https://github.com/smeeckaert/figaro-unlock/issues
समर्थित भाषाएँ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Figaro Unlock",
    "description": "Enleve les bannieres anti bloqueur de publicite du Figaro \/ Le Point \/ Marie Claire \/ L'Equipe \/ L'Express",
    "version": "1.0.2",
    "icons": {
        "16": "data\/images\/icon-16.png",
        "48": "data\/images\/icon-48.png",
        "128": "data\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.lefigaro.fr\/*",
                "https:\/\/*.lefigaro.fr\/*",
                "http:\/\/*.lepoint.fr\/*",
                "https:\/\/*.lepoint.fr\/*",
                "http:\/\/*.marieclaire.fr\/*",
                "https:\/\/*.marieclaire.fr\/*",
                "http:\/\/*.lequipe.fr\/*",
                "https:\/\/*.lequipe.fr\/*",
                "http:\/\/*.lexpress.fr\/*",
                "https:\/\/*.lexpress.fr\/*"
            ],
            "css": [
                "data\/style\/content.css"
            ],
            "js": [
                "data\/script\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*.lefigaro.fr\/*",
        "https:\/\/*.lefigaro.fr\/*",
        "http:\/\/*.lepoint.fr\/*",
        "https:\/\/*.lepoint.fr\/*",
        "http:\/\/*.marieclaire.fr\/*",
        "https:\/\/*.marieclaire.fr\/*",
        "http:\/\/*.lequipe.fr\/*",
        "https:\/\/*.lequipe.fr\/*",
        "http:\/\/*.lexpress.fr\/*",
        "https:\/\/*.lexpress.fr\/*"
    ]
}