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 هو إضافة Chrome تم تطويرها بواسطة John، والميزة الرئيسية لها هي "Filters and removes page content you don't want to see. Never read about Trump, Clinton, the Kardashians ever again!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Black List Pro

قم بتنزيل ملفات الامتداد Black List Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}