Esporks
Replaces the text 'Esports' with 'Esporks'.
Qu'est-ce que Esporks ?
Esporks est une extension Chrome développée par chhopsky, et sa fonction principale est "Replaces the text 'Esports' with 'Esporks'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Esporks
Téléchargez les fichiers d'extension Esporks 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
Esporks is real. Changelog: 1.2.1 - Fixed a bug where plugin had changed text inside its own source code to Esporks. Preventative anti-Skynet safety net code added. 1.2- Fixed a bug where live text typed into the browser would change Esports to Esporks. 1.1 - Major performance increases, reworked classification engine. 1.0.1 - Cosmetic fixes. Added support for "e-sporks". 1.0 - Initial release.
Informations de Base sur l'Extension
Nom | Esporks |
ID | mlffeniaafpgljhlipaddbkhfppfgojl |
URL Officiel | https://chromewebstore.google.com/detail/esporks/mlffeniaafpgljhlipaddbkhfppfgojl |
Description | Replaces the text 'Esports' with 'Esporks'. |
Taille du Fichier | 10.64 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2016-08-23 |
Date de Publication | 2016-08-22 |
Évaluation | 4.86/5 Total 7 Évaluations |
Développeur | chhopsky |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Esporks", "version": "1.2.1", "description": "Replaces the text 'Esports' with 'Esporks'.", "icons": { "128": "esporksicon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_start" } ], "browser_action": { "default_icon": "esporksicon.png", "default_popup": "popup.html" } } |