Buzzfree
Free yourself from hyper-targeted listicles.
Was ist Buzzfree?
Buzzfree ist eine Chrome-Erweiterung, die von Dustin Coates entwickelt wurde, und ihr Hauptmerkmal ist "Free yourself from hyper-targeted listicles.".
Erweiterungsscreenshots
Buzzfree-Erweiterungs-CRX-Datei herunterladen
Laden Sie Buzzfree-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Maybe you've had enough of lists like "The Top 43 Things Only People from Towns of Less Than 500 but More Than 304 People Will Understand." Buzzfree removes all Buzzfeed links from your Facebook and Twitter feeds. Permissions require access on Facebook and Twitter (both www and non-www) to find and remove links in your feed. Permissions require access to Buzzfeed for future functionality that will redirect you if a link is hidden in a link shortener. This is still in beta. Some links might slip through if wrapped in bit.ly or another shortener. If you notice something coming through or have any feedback, feel free to email [email protected].
Grundlegende Informationen zur Erweiterung
Name | |
ID | jbanaelmmihnemigbebcbgfjbgkpmeag |
Offizielle URL | https://chrome.google.com/webstore/detail/buzzfree/jbanaelmmihnemigbebcbgfjbgkpmeag |
Beschreibung | Free yourself from hyper-targeted listicles. |
Dateigröße | 21.44 KB |
Installationsanzahl | 17 |
Aktuelle Version | 1.1.4 |
Letztes Update | 2014-06-25 |
Veröffentlichungsdatum | 2014-06-25 |
Bewertung | 4.43/5 Insgesamt 7 Bewertungen |
Entwickler | Dustin Coates |
Zahlungsart | free |
Erweiterungswebsite | http://dcoates.com/buzzfree |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buzzfree", "description": "Free yourself from hyper-targeted listicles.", "version": "1.1.4", "manifest_version": 2, "author": "Dustin Coates", "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*", "*:\/\/*.buzzfeed.com\/*", "*:\/\/buzzfeed.com\/*" ], "js": [ "buzzfree.js" ], "run_at": "document_end" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |