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”。

擴展截圖

screenshot
screenshot
screenshot

下載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
--------                    

擴展基本資訊

名稱 Fake News Fake News
ID falhghpclihcfppjfmkekipacjnjmdfn
官方網址 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"
        }
    ]
}