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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}