Marvel-DC Blocker
Remove any shitty post about Marvel/DC universe from Facebook.
Cos'è Marvel-DC Blocker?
Marvel-DC Blocker è un'estensione di Chrome sviluppata da Fernando Paladini, e la sua funzione principale è "Remove any shitty post about Marvel/DC universe from Facebook.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Marvel-DC Blocker
Scarica i file di estensione Marvel-DC Blocker 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
Chrome Extension that removes all Facebook posts that mention any shit from Marvel or DC universe. For unknown reasons (during my childhood and probably related to my parents), I don't like anything related to super heroes. I know that most of you like movies and comics about heroes from Marvel and DC - and I respect it, but I personally don't like it. I mean, I really don't like it. It make me feel angry. Very. Angry. Summarizing, I don't want to see anything related to "Civil War", "#TeamIronMan", "#TeamCap" or any shitty post from Marvel / DC universe in my Facebook. If you neither, then download this extension and be happy :)
Informazioni di Base sull'Estensione
Nome | Marvel-DC Blocker |
ID | bjmlbgigclhoakjnkmpmlolgogjeinmf |
URL Ufficiale | https://chromewebstore.google.com/detail/marvel-dc-blocker/bjmlbgigclhoakjnkmpmlolgogjeinmf |
Descrizione | Remove any shitty post about Marvel/DC universe from Facebook. |
Dimensione del File | 15.03 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-03-26 |
Data di Pubblicazione | 2016-03-25 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | Fernando Paladini |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/paladini/marveldc_blocker |
URL della Pagina di Aiuto | https://github.com/paladini/marveldc_blocker/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Marvel-DC Blocker", "description": "Remove any shitty post about Marvel\/DC universe from Facebook.", "version": "1.0", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start", "js": [ "scripts\/facebook_filter.js" ] } ] } |