Clickbait Killer
Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.
Hvad er Clickbait Killer?
Clickbait Killer er en Chrome-udvidelse udviklet af Devon Fritz, og dens hovedfunktion er "Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.".
Udvidelsesskærmbilleder
Download Clickbait Killer-udvidelses-CRX-fil
Download Clickbait Killer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Clickbait Killer |
ID | bophlajogieadgcmhbphmffneoninfjj |
Officiel URL | https://chromewebstore.google.com/detail/clickbait-killer/bophlajogieadgcmhbphmffneoninfjj |
Beskrivelse | Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing. |
Filstørrelse | 51.61 KB |
Antal Installationer | 230 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-03-23 |
Udgivelsesdato | 2015-03-23 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Devon Fritz |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |