dmm-cookie-neatrabbit
DMM 쿠키 조작기 by NeatRabbit.
dmm-cookie-neatrabbit란 무엇입니까?
dmm-cookie-neatrabbit은(는) https://kancolle.tk/blog에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DMM 쿠키 조작기 by NeatRabbit."입니다.
확장 프로그램 스크린샷
dmm-cookie-neatrabbit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
DMM 의 온라인 게임(dmm.com only)을 해외에서도 이용 할 수 있게 해주는 dmm.com 전용 쿠키 조작기 입니다.
확장 프로그램 기본 정보
이름 | dmm-cookie-neatrabbit |
ID | oknmifdkopdphfngophcpoddjalaahok |
공식 URL | https://chromewebstore.google.com/detail/dmm-cookie-neatrabbit/oknmifdkopdphfngophcpoddjalaahok |
설명 | DMM 쿠키 조작기 by NeatRabbit. |
파일 크기 | 43.17 KB |
설치 횟수 | 2,153 |
현재 버전 | 1.1 |
최근 업데이트 | 2015-08-05 |
출시 날짜 | 2015-08-05 |
평점 | 4.69/5 총 42 개의 평점 |
개발자 | https://kancolle.tk/blog |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://kancolle.tk/blog/ |
도움말 페이지 URL | https://twitter.com/NeatRabbit |
지원되는 언어 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "dmm-cookie-neatrabbit", "description": "DMM \ucfe0\ud0a4 \uc870\uc791\uae30 by NeatRabbit.", "version": "1.1", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.dmm.com\/", "background" ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "img\/icon_128x128.png" }, "web_accessible_resources": [ "img\/icon_128x128.png" ] } |