Proxer+
Amazing Tweaks for Proxer!
什么是Proxer+?
Proxer+是由CookieMichal开发的Chrome扩展程序,该扩展的主要功能是“Amazing Tweaks for Proxer!”。
扩展截图
下载Proxer+扩展crx文件
下载Proxer+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds amazing Features to proxer.me
Such as
-Quick Navigate to My Mangas & Animes
-whole manga chapter on 1 side
Disclaimer:
This extension is not affiliated to Proxer.
Changelog:
V1.0
Initial release
V1.5
Added amazing features
V1.6
Fixed 'extension corrupted' error
V1.6.1
Fixed http/https protocols error
V1.7
Image has been changed
V1.7.1
Minor bug fixes
V1.7.2
Removed popup 扩展基本信息
| 名称 | |
| ID | icccalcipbambehbcaikekjokfbhpnko |
| 官方URL | https://chromewebstore.google.com/detail/proxer+/icccalcipbambehbcaikekjokfbhpnko |
| 简介 | Amazing Tweaks for Proxer! |
| 文件大小 | 42.66 KB |
| 安装次数 | 34 |
| 当前版本 | 1.7.2 |
| 更新时间 | 2016-02-20 |
| 上架时间 | 2016-02-20 |
| 评分 | 5.00/5 共10次评分 |
| 开发者 | CookieMichal |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Proxer+",
"short_name": "Pp",
"author": "Alexander Gratzl",
"version": "1.7.2",
"manifest_version": 2,
"description": "Amazing Tweaks for Proxer!",
"icons": {
"256": "images\/chrome\/icon256.png"
},
"permissions": [
"*:\/\/*.proxer.me\/*",
"storage",
"notifications",
"contextMenus"
],
"optional_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
"javascript\/ProxerScript.js",
"javascript\/proxermangareadertoptodown.js"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.proxer.me\/*",
"*:\/\/proxer.me\/*"
],
"js": [
"javascript\/ProxerContent.js"
],
"run_at": "document_end"
}
]
} | |