Esporks

Replaces the text 'Esports' with 'Esporks'.

Esporks란 무엇입니까?

Esporks은(는) chhopsky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the text 'Esports' with 'Esporks'."입니다.

확장 프로그램 스크린샷

screenshot

Esporks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}