Fake News
Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions
Fake Newsとは何ですか?
Fake NewsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions」です。
拡張機能のスクリーンショット
Fake News拡張機能のCRXファイルをダウンロード
Fake News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
-------- 拡張機能の基本情報
| 名前 | |
| ID | falhghpclihcfppjfmkekipacjnjmdfn |
| 公式URL | https://chromewebstore.google.com/detail/fake-news/falhghpclihcfppjfmkekipacjnjmdfn |
| 説明 | Why read regular boring news, when you can enjoy fake news! to turn off this extension go to chrome://extensions |
| ファイルサイズ | 64.69 KB |
| インストール数 | 35 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2019-03-06 |
| 公開日 | 2019-03-05 |
| 評価 | 4.67/5 合計 6 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | 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"
}
]
} | |