SPEAR-AdBlocker

Block annoying ads with SPEAR-AdBlocker!

SPEAR-AdBlocker란 무엇입니까?

SPEAR-AdBlocker은(는) https://spear-adblocker.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block annoying ads with SPEAR-AdBlocker!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SPEAR-AdBlocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SPEAR AdBlocker is a free ad-block application that runs as Chrome extension. It saves data wasted from ads, speeds up Internet loading and increases battery life by up to 21%. Experience a pleasant internet experience with SPEAR AdBlocker!

[Features]
• Completely remove ads from Chrome browser
• Up to 4 times faster internet speed
• Data usage reduction
• Increased battery life
• Protect personal information by blocking tracker
• User can manage filters with Whitelist and Custom filter features

[Ads Blocked]
• Ads inserted in the beginning, middle, end of the video
• Portal site banner Ads
• Ads inserted in posts such as news and blogs
• Floating ads that are difficult to close
• Unhealthy adult advertising
• Ads that force redirection                    

확장 프로그램 기본 정보

이름 SPEAR-AdBlocker SPEAR-AdBlocker
ID odgmghjkmpdjnbkbefepcfnjchmldikd
공식 URL https://chromewebstore.google.com/detail/spear-adblocker/odgmghjkmpdjnbkbefepcfnjchmldikd
설명 Block annoying ads with SPEAR-AdBlocker!
파일 크기 4.55 MB
설치 횟수 347
현재 버전 1.0.0
최근 업데이트 2021-01-14
출시 날짜 2021-01-10
평점 1.00/5 총 1 개의 평점
개발자 https://spear-adblocker.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://spear-adblocker.io/
지원되는 언어 en,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SPEAR-AdBlocker",
    "version": "1.0.0",
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "options_page": "pages\/options\/index.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "activeTab",
        "",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "SPEAR-AdBlocker Popup"
    },
    "web_accessible_resources": [
        "assets\/*",
        "pages\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}