Esporks
Replaces the text 'Esports' with 'Esporks'.
什么是Esporks?
Esporks是由chhopsky开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Esports' with 'Esporks'.”。
扩展截图
下载Esporks扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |