Naming Wrongs
Righting naming wrongs.
Qu'est-ce que Naming Wrongs ?
Naming Wrongs est une extension Chrome développée par jpnance, et sa fonction principale est "Righting naming wrongs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Naming Wrongs
Téléchargez les fichiers d'extension Naming Wrongs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
On several sports media sites, this extension replaces the corporate-sponsored names of stadiums, arenas, and bowl games with their original and better-known names. The list of sites the extension works on, as well as the names it affects, can be found at http://www.coinflipper.org/~jpnance/wrongs.php. The replacement list is far from complete so, if you see something missing or want this to work on a different site, please email [email protected] or leave feedback here!
Informations de Base sur l'Extension
Nom | Naming Wrongs |
ID | imoflnaehimpoefaeljfkllbgkdopgnb |
URL Officiel | https://chromewebstore.google.com/detail/naming-wrongs/imoflnaehimpoefaeljfkllbgkdopgnb |
Description | Righting naming wrongs. |
Taille du Fichier | 5.49 KB |
Nombre d'Installations | 88 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2016-12-27 |
Date de Publication | 2016-12-27 |
Évaluation | 4.40/5 Total 5 Évaluations |
Développeur | jpnance |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Naming Wrongs", "version": "2.1", "description": "Righting naming wrongs.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "wrongs.js" ] } ], "web_accessible_resources": [ "wrongs.json" ] } |