Make News Funny

Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/

Make News Funnyとは何ですか?

Make News FunnyはVishwajeet Vatharkarによって開発されたChromeの拡張機能で、その主な機能は「Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/」です。

拡張機能のスクリーンショット

screenshot

Make News Funny拡張機能のCRXファイルをダウンロード

Make News Funny拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Want to have some fun while reading good-old news?
Try this!
It replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/                    

拡張機能の基本情報

名前 Make News Funny Make News Funny
ID edcllekllfpikjpgklmlklkmmodbelid
公式URL https://chromewebstore.google.com/detail/make-news-funny/edcllekllfpikjpgklmlklkmmodbelid
説明 Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/
ファイルサイズ 4.4 KB
インストール数 15
現在のバージョン 3.0
最終更新日 2016-05-22
公開日 2016-05-22
評価 5.00/5 合計 4 レビュー
開発者 Vishwajeet Vatharkar
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/vishwajeetv/Make-News-Funny
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make News Funny",
    "version": "3.0",
    "description": "Replaces text on websites to funnier versions. See http:\/\/xkcd.com\/1288\/ , http:\/\/xkcd.com\/1625\/ & https:\/\/xkcd.com\/1679\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}