adblocker

Simply Block Ads on almost all sites like youtube,google and more

什麼是adblocker?

adblocker是由Kumar Rajmani Bapat開發的Chrome擴展程式,該擴展的主要功能是“Simply Block Ads on almost all sites like youtube,google and more”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載adblocker擴展crx文件

下載adblocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Removes ads from YouTube
Permissions: like common ad-blocking extensions.
Block ads and pop-ups on almost all websites like  YouTube, Facebook, Twitter, and your favorite websites and more.
Note this  AdBlock  for Chrome works automatically if Enabled.
Firstly  just click "Add to Chrome," then visit your favorite website do the google search and then click on extension and press Enable .
Now you can simply browse freely without any seeing Annoying, Unobtrusive and Unwanted ads or can go to YouTube and enjoy watching videos ad free .

For Financial Support Indians can contribute at  upi id- k.rajmani@paytm 
and Foreigners/NRI's  using below link
https://www.paypal.com/paypalme/paramsiddha 
please contribute to support the efforts and so that will continue bring more such extensions to stay productive , also give your feedback and rating.
Thanks                    

擴展基本資訊

名稱 adblocker adblocker
ID flfjoelbogbjlccbakjpmfnffhgmdlff
官方網址 https://chrome.google.com/webstore/detail/adblocker/flfjoelbogbjlccbakjpmfnffhgmdlff
簡介 Simply Block Ads on almost all sites like youtube,google and more
檔案大小 26.18 KB
安裝次數 363
目前版本 2.10.2
更新時間 2021-05-29
上架時間 2020-08-22
評分 4.00/5 共 4 次評分
開發者 Kumar Rajmani Bapat
電子郵箱 [email protected]
付費類型 free
擴展官網 https://paramsiddha.wordpress.com/
說明頁面URL https://www.paypal.com/paypalme/paramsiddha
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "adblocker",
    "version": "2.10.2",
    "description": "Simply Block Ads on almost all sites like youtube,google and more",
    "author": "Kumar Rajmani Bapat",
    "page_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "mainevent.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/web.whatsapp.com\/*",
                "*:\/\/en.wikipedia.org\/*",
                "*:\/\/www.bing.com\/*",
                "*:\/\/www.StartPage.com\/*",
                "*:\/\/www.yandex.com\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}