No Cyrus
This extension hides any Facebook post with the word 'Cyrus' in it. You know why.
Cos'è No Cyrus?
No Cyrus è un'estensione di Chrome sviluppata da nuketibet, e la sua funzione principale è "This extension hides any Facebook post with the word 'Cyrus' in it. You know why.".
Scarica il file CRX dell'estensione No Cyrus
Scarica i file di estensione No Cyrus 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
You go to Facebook, and poof! There are NO POSTS in your feed discussing Miley Cyrus.
Informazioni di Base sull'Estensione
Nome | |
ID | ofbidgnckljnplhimfnckohheefakmpn |
URL Ufficiale | https://chrome.google.com/webstore/detail/no-cyrus/ofbidgnckljnplhimfnckohheefakmpn |
Descrizione | This extension hides any Facebook post with the word 'Cyrus' in it. You know why. |
Dimensione del File | 48.91 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-10-04 |
Data di Pubblicazione | 2013-10-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | nuketibet |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.stilldrinking.org |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Cyrus", "description": "This extension hides any Facebook post with the word 'Cyrus' in it. You know why.", "version": "1.0", "homepage_url": "http:\/\/stilldrinking.org", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "popup.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "jquery.js", "popup.js" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |