Force=Horse

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

What is Force=Horse?

Force=Horse is a Chrome extension developed by Unknown, and its main feature is "As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…".

Extension Screenshots

screenshot
screenshot

Download Force=Horse Extension CRX File

Download Force=Horse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Force=Horse Force=Horse
ID admniokofphkhglpdbipmlaabjlclmip
Official URL https://chromewebstore.google.com/detail/forcehorse/admniokofphkhglpdbipmlaabjlclmip
Description As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…
File Size 5.85 KB
Installation Count 24
Current Version 0.3
Last Updated 2014-09-09
Publish Date 2014-09-09
Developer Unknown
Payment Type free
Supported Languages 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
}