Is It Fake News?
Check News Articles for Fake News
Vad är Is It Fake News??
Is It Fake News? är en Chrome-tillägg utvecklad av https://isitfakenews.org, och dess huvudfunktion är "Check News Articles for Fake News".
Tilläggsskärmbilder
Ladda ner Is It Fake News?-förlängningens CRX-fil
Ladda ner Is It Fake News?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Check if the news article you are reading is fake news or real journalism with the click of a button.
Scoring is currently based on the legitimacy of the news source and the presence of similar articles from credible sources on the web. Grundläggande Information om Tillägg
| Namn | |
| ID | pboabideillgiolkekbkopmbgkkblcnh |
| Officiell webbadress | https://chromewebstore.google.com/detail/is-it-fake-news/pboabideillgiolkekbkopmbgkkblcnh |
| Beskrivning | Check News Articles for Fake News |
| Filstorlek | 446 KB |
| Antal Installationer | 59 |
| Aktuell Version | 1.11 |
| Senast Uppdaterad | 2020-06-02 |
| Publiceringsdatum | 2020-05-31 |
| Utvecklare | https://isitfakenews.org |
| Betalningssätt | free |
| Tilläggswebbplats | http://isitfakenews.org/ |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Is It Fake News?",
"version": "1.11",
"description": "Check News Articles for Fake News",
"permissions": [
"declarativeContent",
"tabs"
],
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/scales-blue-16.png",
"32": "images\/scales-blue-32.png",
"48": "images\/scales-blue-64.png",
"128": "images\/scales-blue-128.png"
}
},
"icons": {
"16": "images\/scales-blue-16.png",
"32": "images\/scales-blue-32.png",
"48": "images\/scales-blue-64.png",
"128": "images\/scales-blue-128.png"
}
} | |