AdBlock Plus: Free Ad Blocker

Adblock Plus: Free Ad Blocker is a free extension that allows you to customize and control your web experience. Block annoying ads.

AdBlock Plus: Free Ad Blocker क्या है?

AdBlock Plus: Free Ad Blocker jamesjenniferzxchd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adblock Plus: Free Ad Blocker is a free extension that allows you to customize and control your web experience. Block annoying ads."।

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

screenshot
screenshot

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

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

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

                        Adblock Plus, the most popular ad blocker on Firefox, Chrome, Safari, Android and iOS. Block pop-ups and annoying ads on websites like Facebook and YouTube.

Features:-

#1 Faster, More Enjoyable Browsing
#2 Keep Your Data And Devices Safe
#3 Not All Ads Are Bad

How To use:-

1. Firstly click on "Add To Chrome" Button.
2. After loading data just click on "Extension icon"
3. You see Pop-up menu of Adblock Plus.
4. when you visit any sites , then ads are Blocked.
5. Thanks Lets Enjoy.

:)                    

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

नाम AdBlock Plus: Free Ad Blocker AdBlock Plus: Free Ad Blocker
ID dfmidlljlmmpnodhebiolaacjfoodpij
आधिकारिक URL https://chrome.google.com/webstore/detail/adblock-plus-free-ad-bloc/dfmidlljlmmpnodhebiolaacjfoodpij
विवरण Adblock Plus: Free Ad Blocker is a free extension that allows you to customize and control your web experience. Block annoying ads.
फ़ाइल का आकार 141 KB
स्थापना संख्या 166
वर्तमान संस्करण 2.0
अंतिम अपडेट 2022-06-08
प्रकाशन तिथि 2021-08-17
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर jamesjenniferzxchd
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://apkmanager.co/adblock/
गोपनीयता नीति पृष्ठ URL https://yourwebgame.com/page/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Plus: Free Ad Blocker",
    "description": "Adblock Plus: Free Ad Blocker is a free extension that allows you to customize and control your web experience. Block annoying ads.",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/service_worker.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/image\/icon16.png",
            "32": "\/image\/icon32.png",
            "48": "\/image\/icon48.png",
            "128": "\/image\/icon128.png"
        }
    },
    "icons": {
        "16": "\/image\/icon16.png",
        "32": "\/image\/icon32.png",
        "48": "\/image\/icon48.png",
        "128": "\/image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}