BlockAds PoqDev - free ad blocker

Block YouTube™ ads, pop-ups & fight malware!

BlockAds PoqDev - free ad blocker란 무엇입니까?

BlockAds PoqDev - free ad blocker은(는) https://poqdev.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block YouTube™ ads, pop-ups & fight malware!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

BlockAds PoqDev - free ad blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🚧 Block YouTube™ ads, pop-ups & fight malware!

✓ Block disturbing video notices and principles 

✓ Block pop ups 

✓ Stop following and give yourself more insurance 

✓ Fight off hazardous malvertising that can stow away in notices 

✓ Give yourself faster examining (as resources are blocked from stacking) 

✓ Customize features, for example, whitelisting for most cherished regions 

✓ Get free and consistent assistance 

✓ Give yourself basically more control of the experience you need 

💛 BlockAds PoqDev for Chrome™ is the ads blocker to help you go gaga for the web again, and permits you to change your experience.

❔Have questions? Welcome: [email protected]                    

확장 프로그램 기본 정보

이름 BlockAds PoqDev - free ad blocker BlockAds PoqDev - free ad blocker
ID nocodafpalcjpmllembelgddiipdoiik
공식 URL https://chromewebstore.google.com/detail/blockads-poqdev-free-ad-b/nocodafpalcjpmllembelgddiipdoiik
설명 Block YouTube™ ads, pop-ups & fight malware!
파일 크기 2.2 MB
설치 횟수 5,496
현재 버전 1.0.5
최근 업데이트 2021-09-02
출시 날짜 2021-01-07
평점 4.18/5 총 11 개의 평점
개발자 https://poqdev.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://adblock.poqdev.com/
도움말 페이지 URL https://adblock.poqdev.com/
개인정보 보호 정책 페이지 URL https://poqdev.com/privacity
지원되는 언어 id,ms,de,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "eyeo GmbH",
    "background": {
        "persistent": true,
        "scripts": [
            "polyfill.js",
            "ext\/common.js",
            "ext\/background.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "polyfill.js",
                "ext\/common.js",
                "ext\/content.js",
                "include.preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "subscriptionLink.postload.js"
            ],
            "matches": [
                "https:\/\/*.abpchina.org\/*",
                "https:\/\/*.abpindo.blogspot.com\/*",
                "https:\/\/*.abpvn.com\/*",
                "https:\/\/*.adblock.ee\/*",
                "https:\/\/*.adblock.gardar.net\/*",
                "https:\/\/*.adblockplus.me\/*",
                "https:\/\/*.adblockplus.org\/*",
                "https:\/\/*.commentcamarche.net\/*",
                "https:\/\/*.droit-finances.commentcamarche.com\/*",
                "https:\/\/*.easylist.to\/*",
                "https:\/\/*.eyeo.com\/*",
                "https:\/\/*.fanboy.co.nz\/*",
                "https:\/\/*.filterlists.com\/*",
                "https:\/\/*.forums.lanik.us\/*",
                "https:\/\/*.gitee.com\/*",
                "https:\/\/*.gitee.io\/*",
                "https:\/\/*.github.com\/*",
                "https:\/\/*.github.io\/*",
                "https:\/\/*.gitlab.com\/*",
                "https:\/\/*.gitlab.io\/*",
                "https:\/\/*.gurud.ee\/*",
                "https:\/\/*.hugolescargot.com\/*",
                "https:\/\/*.i-dont-care-about-cookies.eu\/*",
                "https:\/\/*.journaldesfemmes.fr\/*",
                "https:\/\/*.journaldunet.com\/*",
                "https:\/\/*.linternaute.com\/*",
                "https:\/\/*.spam404.com\/*",
                "https:\/\/*.stanev.org\/*",
                "https:\/\/*.void.gr\/*",
                "https:\/\/*.xfiles.noads.it\/*",
                "https:\/\/*.zoso.ro\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "60.0",
    "minimum_opera_version": "47.0",
    "name": "__MSG_name_releasebuild__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "browser_action": {
        "default_icon": {
            "16": "icons\/abp-16.png",
            "20": "icons\/abp-20.png",
            "32": "icons\/abp-32.png",
            "40": "icons\/abp-40.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "default_locale": "en_US",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icons\/abp-16.png",
        "32": "icons\/abp-32.png",
        "48": "icons\/logo\/abp-48.png",
        "64": "icons\/logo\/abp-64.png",
        "128": "icons\/logo\/abp-128.png"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "optional_permissions": [
        "contentSettings",
        "management"
    ],
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "version": "1.0.5"
}