SIMKL Enhacer
Add Extra links to SIMKL
SIMKL Enhacer란 무엇입니까?
SIMKL Enhacer은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add Extra links to SIMKL"입니다.
확장 프로그램 스크린샷
SIMKL Enhacer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simkl-enhancer is a chrome extension to add some funcionalities to [Simkl](https://simkl.com) a TV shows, Movies and Animes Tracker. ## Funcionalities * Add an https://animeflv.net and http://jkanime.net/ (spanish sites) direct link in all the episodes o animes. * Add links to https://www.rainierland.one/ and http://subsmovies.tv/ in movies. * Add links to https://watch.popcorntime-online.tv in series. Soon also in movies.
확장 프로그램 기본 정보
이름 | SIMKL Enhacer |
ID | bfihfcadjnieciejgpnlpglcacbjiefa |
공식 URL | https://chromewebstore.google.com/detail/simkl-enhacer/bfihfcadjnieciejgpnlpglcacbjiefa |
설명 | Add Extra links to SIMKL |
파일 크기 | 57.93 KB |
설치 횟수 | 41 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2017-10-17 |
출시 날짜 | 2017-10-17 |
평점 | 3.00/5 총 4 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SIMKL Enhacer", "version": "0.1.3", "description": "Add Extra links to SIMKL", "permissions": [ "webNavigation", "storage", "https:\/\/animeflv.net\/", "https:\/\/jkanime.net\/", "https:\/\/www.rainierland.one\/", "http:\/\/subsmovies.tv\/", "https:\/\/watch.popcorntime-online.tv\/" ], "content_scripts": [ { "css": [ "style.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/simkl.com\/anime*", "https:\/\/simkl.com\/movies*", "https:\/\/simkl.com\/tv*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img\/*" ] } |