SPEAR-AdBlocker

Block annoying ads with SPEAR-AdBlocker!

SPEAR-AdBlocker क्या है?

SPEAR-AdBlocker https://spear-adblocker.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block annoying ads with SPEAR-AdBlocker!"।

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

screenshot
screenshot

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

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

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

                        SPEAR AdBlocker is a free ad-block application that runs as Chrome extension. It saves data wasted from ads, speeds up Internet loading and increases battery life by up to 21%. Experience a pleasant internet experience with SPEAR AdBlocker!

[Features]
• Completely remove ads from Chrome browser
• Up to 4 times faster internet speed
• Data usage reduction
• Increased battery life
• Protect personal information by blocking tracker
• User can manage filters with Whitelist and Custom filter features

[Ads Blocked]
• Ads inserted in the beginning, middle, end of the video
• Portal site banner Ads
• Ads inserted in posts such as news and blogs
• Floating ads that are difficult to close
• Unhealthy adult advertising
• Ads that force redirection                    

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

नाम SPEAR-AdBlocker SPEAR-AdBlocker
ID odgmghjkmpdjnbkbefepcfnjchmldikd
आधिकारिक URL https://chromewebstore.google.com/detail/spear-adblocker/odgmghjkmpdjnbkbefepcfnjchmldikd
विवरण Block annoying ads with SPEAR-AdBlocker!
फ़ाइल का आकार 4.55 MB
स्थापना संख्या 347
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-01-14
प्रकाशन तिथि 2021-01-10
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://spear-adblocker.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://spear-adblocker.io/
समर्थित भाषाएँ en,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SPEAR-AdBlocker",
    "version": "1.0.0",
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "options_page": "pages\/options\/index.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "activeTab",
        "",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "SPEAR-AdBlocker Popup"
    },
    "web_accessible_resources": [
        "assets\/*",
        "pages\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}