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