Sharknado but without the sharks Mod

Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch

Sharknado but without the sharks Mod là gì?

Sharknado but without the sharks Mod là một tiện ích mở rộng Chrome được phát triển bởi Fats Gordo, và tính năng chính của nó là "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch".

Ả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 Sharknado but without the sharks Mod

Tải xuống các tệp mở rộng Sharknado but without the sharks Mod 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 the word "tornado" to "Sharknado but without the sharks"                    

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

Tên Sharknado but without the sharks Mod Sharknado but without the sharks Mod
ID ajmgpljcejihmhmbcocjgppbfihlgkfi
URL Chính Thức https://chromewebstore.google.com/detail/sharknado-but-without-the/ajmgpljcejihmhmbcocjgppbfihlgkfi
Mô tả Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch
Kích Thước Tệp 3.61 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-08-31
Ngày Phát Hành 2017-08-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Fats Gordo
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": "Sharknado but without the sharks Mod",
    "description": "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}