Buzzfree
Free yourself from hyper-targeted listicles.
¿Qué es Buzzfree?
Buzzfree es una extensión de Chrome desarrollada por Dustin Coates, y su función principal es "Free yourself from hyper-targeted listicles.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Buzzfree
Descarga archivos de extensión Buzzfree en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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].
Información Básica de la Extensión
Nombre | |
ID | jbanaelmmihnemigbebcbgfjbgkpmeag |
URL Oficial | https://chrome.google.com/webstore/detail/buzzfree/jbanaelmmihnemigbebcbgfjbgkpmeag |
Descripción | Free yourself from hyper-targeted listicles. |
Tamaño del Archivo | 21.44 KB |
Cantidad de Instalaciones | 17 |
Versión Actual | 1.1.4 |
Última Actualización | 2014-06-25 |
Fecha de Publicación | 2014-06-25 |
Calificación | 4.43/5 Total de 7 Calificaciones |
Desarrollador | Dustin Coates |
Tipo de Pago | free |
Sitio Web de la Extensión | http://dcoates.com/buzzfree |
Idiomas Soportados | 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" } } |