Mean facebook
This replaces emojis on your facebook with some juicy swearwords. Use responsibly!
Cos'è Mean facebook?
Mean facebook è un'estensione di Chrome sviluppata da jan.jakub.nanista, e la sua funzione principale è "This replaces emojis on your facebook with some juicy swearwords. Use responsibly!".
Scarica il file CRX dell'estensione Mean facebook
Scarica i file di estensione Mean facebook 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
Informazioni di Base sull'Estensione
Nome | |
ID | eakcbdcbnjcglpmenenmpmlnglbbkjol |
URL Ufficiale | https://chrome.google.com/webstore/detail/mean-facebook/eakcbdcbnjcglpmenenmpmlnglbbkjol |
Descrizione | This replaces emojis on your facebook with some juicy swearwords. Use responsibly! |
Dimensione del File | 448 KB |
Conteggio Installazioni | 185 |
Versione Corrente | 1.0.13 |
Ultimo Aggiornamento | 2017-01-23 |
Data di Pubblicazione | 2017-01-23 |
Valutazione | 5.00/5 Totale 33 Valutazioni |
Sviluppatore | jan.jakub.nanista |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,sk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.13", "icons": { "128": "img\/icon-128.png", "48": "img\/icon-48.png", "16": "img\/icon-16.png" }, "browser_action": { "default_icon": "img\/icon-19.png", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/contentscript.js" ] } ], "permissions": [ "storage" ] } |