Fake News
Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions
Wat is Fake News?
Fake News is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions".
Extensie Screenshots
Download het CRX-bestand van de extensie Fake News
Download Fake News-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
-------- Basisinformatie over de Extensie
| Naam | |
| ID | falhghpclihcfppjfmkekipacjnjmdfn |
| Officiële URL | https://chromewebstore.google.com/detail/fake-news/falhghpclihcfppjfmkekipacjnjmdfn |
| Beschrijving | Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions |
| Bestandsgrootte | 64.69 KB |
| Aantal Installaties | 35 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2019-03-06 |
| Publicatiedatum | 2019-03-05 |
| Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |