Black List Pro

Filters and removes page content you don't want to see. Never read about Trump, Clinton, the Kardashians ever again!

Black List Pro란 무엇입니까?

Black List Pro은(는) John에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Filters and removes page content you don't want to see. Never read about Trump, Clinton, the Kardashians ever again!"입니다.

확장 프로그램 스크린샷

screenshot

Black List Pro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of web pages cluttered with dubious celebrities and pundits who have truly jumped the shark? Kim Kardashian? Kanye West? Donald Trump? Russell Brand? Justin Bieber? The Duggars? 

Use Black List Pro to create a black list of celebrities and other keyword topics that describe stories you no longer wish to see.

On every web page Black List Pro quietly and magically expunges all stories that match your list, leaving the rest of the page alone. The number of stories removed on each page is displayed on the Black List Pro icon located to the right of the Omnibar (search bar).

Blacklist Pro works in all languages.                    

확장 프로그램 기본 정보

이름 Black List Pro Black List Pro
ID aomkpmjejdlgpppabklnoacegopomlka
공식 URL https://chromewebstore.google.com/detail/black-list-pro/aomkpmjejdlgpppabklnoacegopomlka
설명 Filters and removes page content you don't want to see. Never read about Trump, Clinton, the Kardashians ever again!
파일 크기 444 KB
설치 횟수 719
현재 버전 2.0
최근 업데이트 2020-01-13
출시 날짜 2020-01-13
평점 4.21/5 총 14 개의 평점
개발자 John
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Black List Pro",
    "short_name": "Black List Pro",
    "version": "2.0",
    "description": "Filters and removes page content you don't want to see. Never read about Trump, Clinton, the Kardashians ever again!",
    "browser_action": {
        "default_title": "Black List Pro",
        "default_popup": "pages\/popup.html"
    },
    "author": "John Hartman",
    "background": {
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "pages\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "minimum_chrome_version": "60",
    "icons": {
        "128": "assets\/scissors.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}