fairBlock

Finally, an efficient blocker. Easy on CPU and memory.

fairBlock क्या है?

fairBlock https://adunblock.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finally, an efficient blocker. Easy on CPU and memory."।

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

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

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

                        Les bloqueurs de publicité traditionnels bloquent la publicité sur tous les sites par défaut. Cela cause beaucoup de problèmes car ces sites sont souvent financés par la publicité.

Malgré cela nous comprenons que certains sites abusent avec des publicités intrusives, visuellement agressives ou qui font ralentir votre navigation.

C'est pourquoi avec fairBlock nous vous proposons de profiter des contenus gratuits financés par la publicité, et de les bloquer sur les sites qui abusent en cliquant sur l'icône du module.

fairBlock est basé sur le bloqueur de publicité uBlock Origin.                    

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

नाम fairBlock fairBlock
ID gmigjlohpehllldfikonoancmlnpeacd
आधिकारिक URL https://chromewebstore.google.com/detail/fairblock/gmigjlohpehllldfikonoancmlnpeacd
विवरण Finally, an efficient blocker. Easy on CPU and memory.
फ़ाइल का आकार 1.48 MB
स्थापना संख्या 58
वर्तमान संस्करण 1.6.8
अंतिम अपडेट 2016-04-23
प्रकाशन तिथि 2016-04-22
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://adunblock.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/nilsine/fairBlock
सहायता पृष्ठ URL https://github.com/nilsine/fairBlock
समर्थित भाषाएँ id,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,ta,te,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "fairBlock",
    "version": "1.6.8",
    "default_locale": "fr",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/browsericons\/icon19.png",
            "38": "img\/browsericons\/icon38.png"
        },
        "default_title": "fairBlock",
        "default_popup": "popup.html"
    },
    "author": "Nilsine and all uBlock Origin contributors",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vapi-client.js",
                "js\/contentscript-start.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript-end.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/scriptlets\/subscriber.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "incognito": "split",
    "minimum_chrome_version": "22.0",
    "options_page": "dashboard.html",
    "options_ui": {
        "page": "options_ui.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "fairBlock",
    "storage": {
        "managed_schema": "managed_storage.json"
    }
}