Clickbait Killer

Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.

Co je Clickbait Killer?

Clickbait Killer je rozšíření Chrome vyvinuté Devon Fritz, a jeho hlavní funkcí je „Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Clickbait Killer

Stáhněte si soubory rozšíření Clickbait Killer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Sick of looking at clickbait and other nonsense on Facebook? This app automatically filters garbage "content" from your Facebook news feed according to a blacklist you maintain. 

In the future, you will be able to not only filter on website names, but on suspect phrases (e.g. "totally awesome") as well.                    

Základní Informace o Rozšíření

Název Clickbait Killer Clickbait Killer
ID bophlajogieadgcmhbphmffneoninfjj
Oficiální URL https://chromewebstore.google.com/detail/clickbait-killer/bophlajogieadgcmhbphmffneoninfjj
Popis Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.
Velikost souboru 51.61 KB
Počet instalací 230
Aktuální Verze 1.0
Poslední Aktualizace 2015-03-23
Datum Vydání 2015-03-23
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Devon Fritz
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clickbait Killer",
    "version": "1.0",
    "description": "Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.",
    "icons": {
        "128": "skull-1-icon.png"
    },
    "browser_action": {
        "default_icon": "skull-1-icon.png",
        "default_popup": "gui.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "third-party\/jquery-2.1.1.min.js",
                "common.js",
                "removecb.js"
            ]
        }
    ]
}