Esporks

Replaces the text 'Esports' with 'Esporks'.

What is Esporks?

Esporks is a Chrome extension developed by chhopsky, and its main feature is "Replaces the text 'Esports' with 'Esporks'.".

Extension Screenshots

screenshot

Download Esporks Extension CRX File

Download Esporks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Esporks Esporks
ID mlffeniaafpgljhlipaddbkhfppfgojl
Official URL https://chromewebstore.google.com/detail/esporks/mlffeniaafpgljhlipaddbkhfppfgojl
Description Replaces the text 'Esports' with 'Esporks'.
File Size 10.64 KB
Installation Count 34
Current Version 1.2.1
Last Updated 2016-08-23
Publish Date 2016-08-22
Rating 4.86/5 Total 7 Ratings
Developer chhopsky
Payment Type free
Supported Languages 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"
    }
}