Esporks

Replaces the text 'Esports' with 'Esporks'.

Esporksとは何ですか?

Esporksはchhopskyによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Esports' with 'Esporks'.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Esporks is real.

Changelog:

1.2.1 - Fixed a bug where plugin had changed text inside its own source code to Esporks. Preventative anti-Skynet safety net code added.
1.2- Fixed a bug where live text typed into the browser would change Esports to Esporks.
1.1 -  Major performance increases, reworked classification engine.
1.0.1 - Cosmetic fixes.  Added support for "e-sporks".
1.0 - Initial release.                    

拡張機能の基本情報

名前 Esporks Esporks
ID mlffeniaafpgljhlipaddbkhfppfgojl
公式URL https://chromewebstore.google.com/detail/esporks/mlffeniaafpgljhlipaddbkhfppfgojl
説明 Replaces the text 'Esports' with 'Esporks'.
ファイルサイズ 10.64 KB
インストール数 34
現在のバージョン 1.2.1
最終更新日 2016-08-23
公開日 2016-08-22
評価 4.86/5 合計 7 レビュー
開発者 chhopsky
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Esporks",
    "version": "1.2.1",
    "description": "Replaces the text 'Esports' with 'Esporks'.",
    "icons": {
        "128": "esporksicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "esporksicon.png",
        "default_popup": "popup.html"
    }
}