AdBlock 360

Blocks popups, ads, trackers from our block list and auto skip youtube ads

AdBlock 360란 무엇입니까?

AdBlock 360은(는) Adblock 360에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks popups, ads, trackers from our block list and auto skip youtube ads"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Extension features :
📺 Auto skip Youtube video ads
🔥 Eliminate annoying popups
🧹 Hide or remove bad ads
🤖 Block most social and privacy trackers
🥷 Not detected by anti-adblock scripts.

We do not block all ads, we keep some search engine and display ads which are relevant.

If you find that we should block an annoying and repetitive ad, please report and we will add it.

Our privacy policy is available here :
https://adblock-360.com/privacy.htm
Its a long read, so we will make it easy :
- We do not log any personal information with this extension.
- The only thing we log is how many ads we help you block and its anonymous.                    

확장 프로그램 기본 정보

이름 AdBlock 360 AdBlock 360
ID ghfkgecdjkmgjkhbdpjdhimeleinmmkl
공식 URL https://chrome.google.com/webstore/detail/adblock-360/ghfkgecdjkmgjkhbdpjdhimeleinmmkl
설명 Blocks popups, ads, trackers from our block list and auto skip youtube ads
파일 크기 142 KB
설치 횟수 600,000
현재 버전 1.0.0.0
최근 업데이트 2021-09-21
출시 날짜 2021-09-21
평점 1.85/5 총 20 개의 평점
개발자 Adblock 360
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://adblock-360.com/privacy.htm
개인정보 보호 정책 페이지 URL https://adblock-360.com/privacy.htm
지원되는 언어 de,en,fr,nl,es,it,pt-BR,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0.0",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "banlist.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "128.png"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery-3.6.0.slim.min.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}