Fake News
Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions
Was ist Fake News?
Fake News ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions".
Erweiterungsscreenshots
Fake News-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fake News-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
-------- Grundlegende Informationen zur Erweiterung
| Name | |
| ID | falhghpclihcfppjfmkekipacjnjmdfn |
| Offizielle URL | https://chromewebstore.google.com/detail/fake-news/falhghpclihcfppjfmkekipacjnjmdfn |
| Beschreibung | Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions |
| Dateigröße | 64.69 KB |
| Installationsanzahl | 35 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2019-03-06 |
| Veröffentlichungsdatum | 2019-03-05 |
| Bewertung | 4.67/5 Insgesamt 6 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
]
} | |