Esporks
Replaces the text 'Esports' with 'Esporks'.
Vad är Esporks?
Esporks är en Chrome-tillägg utvecklad av chhopsky, och dess huvudfunktion är "Replaces the text 'Esports' with 'Esporks'.".
Tilläggsskärmbilder
Ladda ner Esporks-förlängningens CRX-fil
Ladda ner Esporks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Esporks |
ID | mlffeniaafpgljhlipaddbkhfppfgojl |
Officiell webbadress | https://chromewebstore.google.com/detail/esporks/mlffeniaafpgljhlipaddbkhfppfgojl |
Beskrivning | Replaces the text 'Esports' with 'Esporks'. |
Filstorlek | 10.64 KB |
Antal Installationer | 34 |
Aktuell Version | 1.2.1 |
Senast Uppdaterad | 2016-08-23 |
Publiceringsdatum | 2016-08-22 |
Betyg | 4.86/5 Totalt 7 Betyg |
Utvecklare | chhopsky |
Betalningssätt | free |
Stödda Språk | 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" } } |