Clickbait Remover for Facebook
Finds clickbait articles in your facebook feed and removes them
What is Clickbait Remover for Facebook?
Clickbait Remover for Facebook is a Chrome extension developed by markus.waltre, and its main feature is "Finds clickbait articles in your facebook feed and removes them".
Extension Screenshots
Download Clickbait Remover for Facebook Extension CRX File
Download Clickbait Remover for Facebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Added sites: buzzfeed.com lajkat.se upworthy.com expressen.se/omtalat viralt.aftonbladet.se newsner.com dailydip.tv klippers.se expressen.se/noje/det-glomde-jag themindunleashed.org thechive.com likes.com uppskattat.se
Extension Basic Information
Name | |
ID | hkbhmlgcpmneffdambmemapgiiiniagj |
Official URL | https://chrome.google.com/webstore/detail/clickbait-remover-for-fac/hkbhmlgcpmneffdambmemapgiiiniagj |
Description | Finds clickbait articles in your facebook feed and removes them |
File Size | 14.68 KB |
Installation Count | 196 |
Current Version | 0.1.7 |
Last Updated | 2015-01-16 |
Publish Date | 2015-01-16 |
Rating | 2.83/5 Total 6 Ratings |
Developer | markus.waltre |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clickbait Remover for Facebook", "version": "0.1.7", "description": "Finds clickbait articles in your facebook feed and removes them", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "remove_clickbait.js" ] } ], "manifest_version": 2 } |