Squid to Kid

Replaces the text 'squid' with 'kid' and vise versa.

Squid to Kid là gì?

Squid to Kid là một tiện ích mở rộng Chrome được phát triển bởi krota, và tính năng chính của nó là "Replaces the text 'squid' with 'kid' and vise versa.".

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

Tải xuống các tệp mở rộng Squid to Kid 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

                        Changes 'squid' to 'kid' and vise versa

Source: https://github.com/krota/squid-to-kid

Forked from Cloud to Butt: https://github.com/panicsteve/cloud-to-butt                    

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

Tên Squid to Kid Squid to Kid
ID bodbinigjakmbngmdcknimhpnhnmklji
URL Chính Thức https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji
Mô tả Replaces the text 'squid' with 'kid' and vise versa.
Kích Thước Tệp 12.18 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-02-23
Ngày Phát Hành 2016-02-22
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển krota
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": "Squid to Kid",
    "version": "1.1",
    "description": "Replaces the text 'squid' with 'kid' and vise versa.",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}