Esporks
Replaces the text 'Esports' with 'Esporks'.
Что такое Esporks?
Esporks - это расширение Chrome, разработанное chhopsky, и его основная функция - "Replaces the text 'Esports' with 'Esporks'.".
Снимки экрана расширения
Скачать файл CRX расширения Esporks
Скачайте файлы расширений Esporks в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Esporks |
ID | mlffeniaafpgljhlipaddbkhfppfgojl |
Официальный URL | https://chromewebstore.google.com/detail/esporks/mlffeniaafpgljhlipaddbkhfppfgojl |
Описание | Replaces the text 'Esports' with 'Esporks'. |
Размер файла | 10.64 KB |
Количество установок | 34 |
Текущая Версия | 1.2.1 |
Последнее Обновление | 2016-08-23 |
Дата публикации | 2016-08-22 |
Рейтинг | 4.86/5 Всего 7 оценок |
Разработчик | chhopsky |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |