PV3 SOG Training
Pokemon Vortex Training Extension
什么是PV3 SOG Training?
PV3 SOG Training是由superman.potato.1337开发的Chrome扩展程序,该扩展的主要功能是“Pokemon Vortex Training Extension”。
下载PV3 SOG Training扩展crx文件
下载PV3 SOG Training扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download and use it on any page of pokemon vortex it battles the accounts have fun!
扩展基本信息
名称 | |
ID | hmlikmfcbahldjmomhnganobpmbhmdfg |
官方URL | https://chrome.google.com/webstore/detail/pv3-sog-training/hmlikmfcbahldjmomhnganobpmbhmdfg |
简介 | Pokemon Vortex Training Extension |
文件大小 | 297 KB |
安装次数 | 22 |
当前版本 | 1.0.1 |
更新时间 | 2015-10-04 |
上架时间 | 2015-10-04 |
评分 | 5.00/5 共2次评分 |
开发者 | superman.potato.1337 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PV3 SOG Training", "version": "1.0.1", "manifest_version": 2, "description": "Pokemon Vortex Training Extension", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "img\/defaultIcon19x19.png", "default_popup": "popup.html", "default_title": "PV3 Training Helper (SOG)" }, "permissions": [ "http:\/\/*.pokemon-vortex.com\/*", "http:\/\/www.pokemon-vortex.com\/*", "unlimitedStorage", "contextMenus", "cookies", "tabs", "notifications" ], "content_scripts": [ { "js": [ "js\/lib\/jquery-1.8.2.min.js", "js\/popup.js", "js\/app\/popup.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "minimum_chrome_version": "18" } |