Clickbait Killer
Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.
Vad är Clickbait Killer?
Clickbait Killer är en Chrome-tillägg utvecklad av Devon Fritz, och dess huvudfunktion är "Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing.".
Tilläggsskärmbilder
Ladda ner Clickbait Killer-förlängningens CRX-fil
Ladda ner Clickbait Killer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | bophlajogieadgcmhbphmffneoninfjj |
| Officiell webbadress | https://chromewebstore.google.com/detail/clickbait-killer/bophlajogieadgcmhbphmffneoninfjj |
| Beskrivning | Clear out your Facebook feed of clickbait by automatically removing entries from sites of your choosing. |
| Filstorlek | 51.61 KB |
| Antal Installationer | 230 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-03-23 |
| Publiceringsdatum | 2015-03-23 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Devon Fritz |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |