Make News Funny
Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/
Cos'è Make News Funny?
Make News Funny è un'estensione di Chrome sviluppata da Vishwajeet Vatharkar, e la sua funzione principale è "Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Make News Funny
Scarica i file di estensione Make News Funny 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
Want to have some fun while reading good-old news?
Try this!
It replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/ Informazioni di Base sull'Estensione
| Nome | |
| ID | edcllekllfpikjpgklmlklkmmodbelid |
| URL Ufficiale | https://chromewebstore.google.com/detail/make-news-funny/edcllekllfpikjpgklmlklkmmodbelid |
| Descrizione | Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/ |
| Dimensione del File | 4.4 KB |
| Conteggio Installazioni | 15 |
| Versione Corrente | 3.0 |
| Ultimo Aggiornamento | 2016-05-22 |
| Data di Pubblicazione | 2016-05-22 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | Vishwajeet Vatharkar |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/vishwajeetv/Make-News-Funny |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Make News Funny",
"version": "3.0",
"description": "Replaces text on websites to funnier versions. See http:\/\/xkcd.com\/1288\/ , http:\/\/xkcd.com\/1625\/ & https:\/\/xkcd.com\/1679\/",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |