Flash Blocker free

Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.

Flash Blocker free क्या है?

Flash Blocker free http://flashplugin.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound."।

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

screenshot

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

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

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

                        This is a small browser extension that will help to disable Flash ads on any page. You won't be bothered by annoying ads with or without sound. Immediately after installing the expansion will begin to block Flash elements on the page, replacing them not causing irritation pattern. Just click on the picture to see the blocked item. You can add a site to the trusted list and Flash Blocker Free will not block anything on this domain.                    

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

नाम Flash Blocker free Flash Blocker free
ID gejadgkogecdjipdihdemjoafjlolemj
आधिकारिक URL https://chrome.google.com/webstore/detail/flash-blocker-free/gejadgkogecdjipdihdemjoafjlolemj
विवरण Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.
फ़ाइल का आकार 172 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 1.3
अंतिम अपडेट 2014-10-13
प्रकाशन तिथि 2014-10-13
रेटिंग 2.54/5 कुल 26 रेटिंग्स
डेवलपर http://flashplugin.net
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://flashplugin.net/
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Flash Blocker free",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*"
    ],
    "description": "Small extension that will help to disable Flash ads on any page. You won't be bothered by annoying Flash ads with or without sound.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/flashplugin.net\/",
    "version": "1.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "Flash Blocker free"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "notifications",
        "cookies"
    ]
}