AdBlock with Link Intelligence

Complete ad blocking for all sites including YouTube. Warns you of links that have paywalls and clickbait.

AdBlock with Link Intelligence란 무엇입니까?

AdBlock with Link Intelligence은(는) http://brownfoxlabs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Complete ad blocking for all sites including YouTube. Warns you of links that have paywalls and clickbait."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AdBlock with Link Intelligence 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This free extension is based on the award winning uBlock Origin project with added functionality including Link Intelligence and more complete audio ad blocking. It is free, open source and completely serverless.

Blocks All Types of Ads

✓  Blocks YouTube ads, including pre-roll and mid-roll video ads. 
✓  Blocks audio ads, including auto playing audio ads.
✓  Blocks pop-up, banner, image, and gif ads.

Link Intelligence

✓  Puts a red underline on links that contain paywalls, clickbait, or other malicious patterns.
✓  Hover over red underlined links for a tooltip to learn more (e.g. aggressive paywall, metered paywall, clickbait, etc.)

Protect Your Privacy

✓  Stops trackers
✓  Protects you from spyware, malware, and cryptocurrency miners.
✓  Improves page load times so that you get a faster browsing experience

Completely Free And Open Source

✓  Builds on top of the open source uBlock Origin content blocking engine and adds several new pieces of functionality, including Link Intelligence and better protection against audio ads. 
✓  Does not use any servers. All ad blocking happens locally on your computer (You can go to chrome://extensions > background.html > Network tab to see that nothing is ever sent from the extension).
✓ Our code (based on the open source uBlock Origin project) is also open source with public license (GPLv3): https://github.com/ayyar/uBlock/commits/master


===============


Support 

Please email [email protected] for any feedback or improvements that you’d like to see.

How To Use It

1. Install the chrome extension by clicking the “Add to Chrome” button at the top right of this page.

2. Browse as you normally would. You should see almost no ads, including video ads. 

3. You’ll see some links that are underlined in red if they contain paywalls, clickbait, or other dark patterns. Hover your cursor over them to learn more.                    

확장 프로그램 기본 정보

이름 AdBlock with Link Intelligence AdBlock with Link Intelligence
ID gjdbjjkphdgpdehchgnncmlbihkmgbgl
공식 URL https://chrome.google.com/webstore/detail/adblock-with-link-intelli/gjdbjjkphdgpdehchgnncmlbihkmgbgl
설명 Complete ad blocking for all sites including YouTube. Warns you of links that have paywalls and clickbait.
파일 크기 2.96 MB
설치 횟수 1,000
현재 버전 1.3
최근 업데이트 2022-03-15
출시 날짜 2022-01-12
평점 5.00/5 총 6 개의 평점
개발자 http://brownfoxlabs.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://brownfoxlabs.com/privacy.html
지원되는 언어 id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_popup": "popup-fenix.html",
        "default_title": "AdBlock with Link Intelligence"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        },
        "open-dashboard": {
            "description": "__MSG_popupTipDashboard__"
        },
        "relax-blocking-mode": {
            "description": "__MSG_relaxBlockingMode__"
        },
        "toggle-cosmetic-filtering": {
            "description": "__MSG_toggleCosmeticFiltering__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/link_preview_styles.css"
            ],
            "js": [
                "\/js\/vendor.js",
                "\/js\/search_content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "https:\/\/easylist.to\/*",
                "https:\/\/*.fanboy.co.nz\/*",
                "https:\/\/filterlists.com\/*",
                "https:\/\/forums.lanik.us\/*",
                "https:\/\/github.com\/*",
                "https:\/\/*.github.io\/*",
                "https:\/\/*.letsblock.it\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "Complete ad blocking for all sites including YouTube. Warns you of links that have paywalls and clickbait.",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "66.0",
    "name": "AdBlock with Link Intelligence",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "AdBlock",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "1.3",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}