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