Esporks

Replaces the text 'Esports' with 'Esporks'.

Esporks là gì?

Esporks là một tiện ích mở rộng Chrome được phát triển bởi chhopsky, và tính năng chính của nó là "Replaces the text 'Esports' with 'Esporks'.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Esporks

Tải xuống các tệp mở rộng Esporks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Esporks Esporks
ID mlffeniaafpgljhlipaddbkhfppfgojl
URL Chính Thức https://chromewebstore.google.com/detail/esporks/mlffeniaafpgljhlipaddbkhfppfgojl
Mô tả Replaces the text 'Esports' with 'Esporks'.
Kích Thước Tệp 10.64 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2016-08-23
Ngày Phát Hành 2016-08-22
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển chhopsky
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}