SmartAdblock

Removes ads popups trackers and cookie/privacy warnings

SmartAdblock란 무엇입니까?

SmartAdblock은(는) https://www.smartadblock.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes ads popups trackers and cookie/privacy warnings"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SmartAdblock 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        100% Pure Content.

1.1.8 working on youtube as of Dec  2021.
We have created the smartest adblocker and coupled it with the strongest possible popup blocker.
SmartAdBlock is the only tool you need to browse a clean ad free internet, even on the most hostile websites.
Blocks cookie/privacy/GDPR warnings and blocks trackers for a smooth web browsing experience.
Browse putlocker 123movies solarmovie fullmatchesandshows azmovies or any other streaming website without ads or popups.
Beats adblock detectors on Webmd IGN CNET Eurogamer Techradar etc..

★Privacy rules★ We never collect/store any user data
★Open Source★ https://github.com/smartadblock

For an optimal experience use only one adblocker to avoid any interference.

If you like this product please visit https://www.smartadblock.co.uk to support us.                    

확장 프로그램 기본 정보

이름 SmartAdblock SmartAdblock
ID fofomggefchbeiemhdhacdojbefmkhfb
공식 URL https://chromewebstore.google.com/detail/smartadblock/fofomggefchbeiemhdhacdojbefmkhfb
설명 Removes ads popups trackers and cookie/privacy warnings
파일 크기 326 KB
설치 횟수 5,875
현재 버전 1.1.8
최근 업데이트 2021-12-09
출시 날짜 2020-02-06
평점 4.04/5 총 27 개의 평점
개발자 https://www.smartadblock.co.uk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.smartadblock.co.uk/
도움말 페이지 URL https://www.smartadblock.co.uk/
개인정보 보호 정책 페이지 URL https://www.smartadblock.co.uk/privacy.php
지원되는 언어 de,en,en-GB,en-US,fr,nl,no,tr,da,et,es,es-419,it,pt-BR,pt-PT,fi,sv,cs,el,ru,ko
manifest.json
{
    "author": "SmartAdblock",
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "",
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "storage.js",
            "background-script.js",
            "sample.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/sbgry19.png",
            "38": "icons\/sbgry38.png"
        },
        "default_popup": "popup\/sab.html"
    },
    "content_scripts": [
        {
            "js": [
                "popup\/jquery.js",
                "content-script.js"
            ],
            "css": [
                "notif.css"
            ],
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extensionName__",
    "homepage_url": "https:\/\/www.smartadblock.co.uk",
    "icons": {
        "16": "icons\/sab16.png",
        "32": "icons\/sab32.png",
        "48": "icons\/sbg48.png",
        "72": "icons\/sbg72.png",
        "128": "icons\/sabn128.png"
    },
    "web_accessible_resources": [
        "popup\/suffix.txt,prefilter.txt"
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "name": "SmartAdblock",
    "short_name": "SmartAdblock",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.8"
}