PV3 SOG Training
Pokemon Vortex Training Extension
PV3 SOG Training là gì?
PV3 SOG Training là một tiện ích mở rộng Chrome được phát triển bởi superman.potato.1337, và tính năng chính của nó là "Pokemon Vortex Training Extension".
Tải xuống tệp CRX của tiện ích mở rộng PV3 SOG Training
Tải xuống các tệp mở rộng PV3 SOG Training dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Download and use it on any page of pokemon vortex it battles the accounts have fun!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmlikmfcbahldjmomhnganobpmbhmdfg |
URL Chính Thức | https://chrome.google.com/webstore/detail/pv3-sog-training/hmlikmfcbahldjmomhnganobpmbhmdfg |
Mô tả | Pokemon Vortex Training Extension |
Kích Thước Tệp | 297 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2015-10-04 |
Ngày Phát Hành | 2015-10-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | superman.potato.1337 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |