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 क्या है?

Force=Horse Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Force=Horse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Force=Horse Force=Horse
ID admniokofphkhglpdbipmlaabjlclmip
आधिकारिक URL https://chromewebstore.google.com/detail/forcehorse/admniokofphkhglpdbipmlaabjlclmip
विवरण As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…
फ़ाइल का आकार 5.85 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.3
अंतिम अपडेट 2014-09-09
प्रकाशन तिथि 2014-09-09
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}