Better Fox News

Instantly improve Fox News by adding exlamation marks to the headers.

什么是Better Fox News?

Better Fox News是由arondeparon开发的Chrome扩展程序,该扩展的主要功能是“Instantly improve Fox News by adding exlamation marks to the headers.”。

扩展截图

screenshot

下载Better Fox News扩展crx文件

下载Better Fox News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Better Fox News instantly improves Fox News by adding random exclamation marks to the headlines.

1. Install plugin
2. Visit http://www.foxnews.com
3. Profit

PS: Some people say this might the best plugin ever published.                    

扩展基本信息

名称 Better Fox News Better Fox News
ID gpeegiacncibheagdgpgcllafcdcmain
官方URL https://chrome.google.com/webstore/detail/better-fox-news/gpeegiacncibheagdgpgcllafcdcmain
简介 Instantly improve Fox News by adding exlamation marks to the headers.
文件大小 3.42 KB
安装次数 135
当前版本 1.1
更新时间 2015-07-28
上架时间 2015-07-28
评分 5.00/5 共2次评分
开发者 arondeparon
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Fox News",
    "description": "Instantly improve Fox News by adding exlamation marks to the headers.",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.foxnews.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}