Force=Horse

As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…

Force=Horse là gì?

Force=Horse 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à "As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Force=Horse 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

                        As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to Horses...

See source here - https://github.com/J00MZ/force-horse                    

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

Tên Force=Horse Force=Horse
ID admniokofphkhglpdbipmlaabjlclmip
URL Chính Thức https://chromewebstore.google.com/detail/forcehorse/admniokofphkhglpdbipmlaabjlclmip
Mô tả As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…
Kích Thước Tệp 5.85 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2014-09-09
Ngày Phát Hành 2014-09-09
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Force=Horse",
    "short_name": "Force=Horse",
    "version": "0.3",
    "permissions": [
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.google.com\/*",
        "http:\/\/*.wikipedia.org\/*",
        "http:\/\/*.nytimes.com\/*",
        "http:\/\/*.wsj.com\/*",
        "http:\/\/*.usatoday.com\/*",
        "http:\/\/*.latimes.com\/*",
        "http:\/\/*.washingtonpost.com\/*",
        "http:\/\/*.nypost.com\/*",
        "http:\/\/*.suntimes.com\/*",
        "http:\/\/*.chicagotribune.com\/*",
        "http:\/\/*.cnn.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.google.com\/*",
                "http:\/\/*.nytimes.com\/*",
                "http:\/\/*.wsj.com\/*",
                "http:\/\/*.usatoday.com\/*",
                "http:\/\/*.latimes.com\/*",
                "http:\/\/*.washingtonpost.com\/*",
                "http:\/\/*.nypost.com\/*",
                "http:\/\/*.suntimes.com\/*",
                "http:\/\/*.chicagotribune.com\/*",
                "http:\/\/edition.cnn.com\/*"
            ],
            "js": [
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}