Buzzfree
Free yourself from hyper-targeted listicles.
Cos'è Buzzfree?
Buzzfree è un'estensione di Chrome sviluppata da Dustin Coates, e la sua funzione principale è "Free yourself from hyper-targeted listicles.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Buzzfree
Scarica i file di estensione Buzzfree in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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].
Informazioni di Base sull'Estensione
Nome | |
ID | jbanaelmmihnemigbebcbgfjbgkpmeag |
URL Ufficiale | https://chrome.google.com/webstore/detail/buzzfree/jbanaelmmihnemigbebcbgfjbgkpmeag |
Descrizione | Free yourself from hyper-targeted listicles. |
Dimensione del File | 21.44 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2014-06-25 |
Data di Pubblicazione | 2014-06-25 |
Valutazione | 4.43/5 Totale 7 Valutazioni |
Sviluppatore | Dustin Coates |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://dcoates.com/buzzfree |
Lingue Supportate | 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" } } |