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
官方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"
        }
    ]
}