Esporks
Replaces the text 'Esports' with 'Esporks'.
Co to jest Esporks?
Esporks to rozszerzenie Chrome opracowane przez chhopsky, a jego główną funkcją jest „Replaces the text 'Esports' with 'Esporks'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Esporks
Pobierz pliki rozszerzeń Esporks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mlffeniaafpgljhlipaddbkhfppfgojl |
| Oficjalny URL | https://chromewebstore.google.com/detail/esporks/mlffeniaafpgljhlipaddbkhfppfgojl |
| Opis | Replaces the text 'Esports' with 'Esporks'. |
| Rozmiar pliku | 10.64 KB |
| Liczba instalacji | 34 |
| Aktualna Wersja | 1.2.1 |
| Ostatnia Aktualizacja | 2016-08-23 |
| Data Publikacji | 2016-08-22 |
| Ocena | 4.86/5 Łącznie 7 Oceny |
| Deweloper | chhopsky |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |