Force=Horse
As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…
Wat is Force=Horse?
Force=Horse is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…".
Extensie Screenshots
Download het CRX-bestand van de extensie Force=Horse
Download Force=Horse-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Force=Horse |
ID | admniokofphkhglpdbipmlaabjlclmip |
Officiële URL | https://chromewebstore.google.com/detail/forcehorse/admniokofphkhglpdbipmlaabjlclmip |
Beschrijving | As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to… |
Bestandsgrootte | 5.85 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2014-09-09 |
Publicatiedatum | 2014-09-09 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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 } |