Fake News
Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions
Hvad er Fake News?
Fake News er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions".
Udvidelsesskærmbilleder
Download Fake News-udvidelses-CRX-fil
Download Fake News-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
-------- Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | falhghpclihcfppjfmkekipacjnjmdfn |
| Officiel URL | https://chromewebstore.google.com/detail/fake-news/falhghpclihcfppjfmkekipacjnjmdfn |
| Beskrivelse | Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions |
| Filstørrelse | 64.69 KB |
| Antal Installationer | 35 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2019-03-06 |
| Udgivelsesdato | 2019-03-05 |
| Bedømmelse | 4.67/5 Samlet 6 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |