Keemstar Corrector

Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!

Keemstar Correctorとは何ですか?

Keemstar Correctorはwil7vinによって開発されたChromeの拡張機能で、その主な機能は「Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!」です。

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

screenshot

Keemstar Corrector拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Keemstar's Twitter bio and Youtube about page are a bit outdated.
This fixes this error for him since he is a busy man and probably 
other things on his mind.

Just install and all the errors in his twitter bio and Youtube about page just disappear                    

拡張機能の基本情報

名前 Keemstar Corrector Keemstar Corrector
ID bjpcfjaiacggbpiaibajjibjefjkblop
公式URL https://chrome.google.com/webstore/detail/keemstar-corrector/bjpcfjaiacggbpiaibajjibjefjkblop
説明 Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!
ファイルサイズ 3.64 KB
インストール数 12
現在のバージョン 1.1
最終更新日 2016-06-28
公開日 2016-06-28
評価 5.00/5 合計 2 レビュー
開発者 wil7vin
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keemstar Corrector",
    "description": "Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/KEEMSTAR*",
                "https:\/\/twitter.com\/KEEMSTAR*",
                "http:\/\/www.youtube.com\/user\/NewDramaAlert\/about*",
                "https:\/\/www.youtube.com\/user\/NewDramaAlert\/about*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}