Esporks
Replaces the text 'Esports' with 'Esporks'.
Wat is Esporks?
Esporks is een Chrome-extensie ontwikkeld door chhopsky, en de belangrijkste functie is "Replaces the text 'Esports' with 'Esporks'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Esporks
Download Esporks-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
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.
Basisinformatie over de Extensie
Naam | Esporks |
ID | mlffeniaafpgljhlipaddbkhfppfgojl |
Officiële URL | https://chromewebstore.google.com/detail/esporks/mlffeniaafpgljhlipaddbkhfppfgojl |
Beschrijving | Replaces the text 'Esports' with 'Esporks'. |
Bestandsgrootte | 10.64 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2016-08-23 |
Publicatiedatum | 2016-08-22 |
Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | chhopsky |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |