Fake News
Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions
Cos'è Fake News?
Fake News è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fake News
Scarica i file di estensione Fake News 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
Someone made an app that detects fake news, so naturally I made an app that generates fake news by swapping out words to make the news more enjoyable!
*************
the toolbar icon doesn't have much function, so to turn this extension off looks at the screenshot I included.
*************
--------
Mustache Hat Icon made by Freepik at http://www.freepik.com hosted on www.flaticon.com is licensed by www.flaticon.com is licensed by http://creativecommons.org/licenses/by/3.0/ Creative Commons BY 3.0
-------- Informazioni di Base sull'Estensione
| Nome | |
| ID | falhghpclihcfppjfmkekipacjnjmdfn |
| URL Ufficiale | https://chromewebstore.google.com/detail/fake-news/falhghpclihcfppjfmkekipacjnjmdfn |
| Descrizione | Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions |
| Dimensione del File | 64.69 KB |
| Conteggio Installazioni | 35 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2019-03-06 |
| Data di Pubblicazione | 2019-03-05 |
| Valutazione | 4.67/5 Totale 6 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fake News",
"description": "Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome:\/\/extensions",
"version": "1.1",
"icons": {
"128": "hat.png"
},
"page_action": {
"default_icon": "hat1.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |