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