Putlocker Watched Episode
Keep track of your episodes on Putlocker
Putlocker Watched Episode란 무엇입니까?
Putlocker Watched Episode은(는) ederyairr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of your episodes on Putlocker"입니다.
확장 프로그램 스크린샷
Putlocker Watched Episode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click the bullet or just open the link to mark as watched any episode. Also, you can 'unwatch' an episode. You only need to hover the check mark and click the cross icon.
확장 프로그램 기본 정보
이름 | Putlocker Watched Episode |
ID | dapgngnhlpfcgaiphdfnfmhkdfgfmggm |
공식 URL | https://chromewebstore.google.com/detail/putlocker-watched-episode/dapgngnhlpfcgaiphdfnfmhkdfgfmggm |
설명 | Keep track of your episodes on Putlocker |
파일 크기 | 43.29 KB |
설치 횟수 | 222 |
현재 버전 | 1.6 |
최근 업데이트 | 2016-12-24 |
출시 날짜 | 2016-12-24 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | ederyairr |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Putlocker Watched Episode", "permissions": [ "tabs", "storage", "*:\/\/*.putlockers.ch\/watch-*" ], "description": "Keep track of your episodes on Putlocker", "version": "1.6", "background": { "page": "background\/background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.putlockers.ch\/watch-*" ], "js": [ "background\/background.js" ] } ], "icons": { "16": "icons\/icon.png", "128": "icons\/icon-128.png" } } |