Fake News
Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions
Co je Fake News?
Fake News je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fake News
Stáhněte si soubory rozšíření Fake News ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
-------- Základní Informace o Rozšíření
| Název | |
| ID | falhghpclihcfppjfmkekipacjnjmdfn |
| Oficiální URL | https://chromewebstore.google.com/detail/fake-news/falhghpclihcfppjfmkekipacjnjmdfn |
| Popis | Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions |
| Velikost souboru | 64.69 KB |
| Počet instalací | 35 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2019-03-06 |
| Datum Vydání | 2019-03-05 |
| Hodnocení | 4.67/5 Celkem 6 Hodnocení |
| Vývojář | Unknown |
| Typ Platby | free |
| Podporované Jazyky | 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"
}
]
} | |