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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |