It's Video Games

Replaces the text 'videogames' with 'video games' the way the author no doubt intended.

It's Video Games là gì?

It's Video Games là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".

Ả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 It's Video Games

Tải xuống các tệp mở rộng It's Video Games 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

                        We all know 'video games' is properly spelled as two words. Some people just accidentally write it as if it's a compound word. This extension simply corrects that mistake for them, sparing you any uncomfortable discussions with your favorite web authors.                    

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

Tên It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
URL Chính Thức https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
Mô tả Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Kích Thước Tệp 8.29 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-07-15
Ngày Phát Hành 2014-07-14
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tabacco/its-video-games
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "It's Video Games",
    "version": "1.0.1",
    "description": "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}