Seasonvar Favorite Serials marker
seasonvar-favorite-serials-marker by Jack Pts
Seasonvar Favorite Serials marker란 무엇입니까?
Seasonvar Favorite Serials marker은(는) jackpts1981에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "seasonvar-favorite-serials-marker by Jack Pts"입니다.
확장 프로그램 스크린샷
Seasonvar Favorite Serials marker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Seasonvar Favorite Serials marker allows you to highlight your favorite serials on the site seasonvar.ru to find them later easily inside all of this mess of series there (without registration on the site), so when new series released they will be highlighted with predefined color. Also you can review your personal List of series then, Save it to JSON file, Upload from other sources (friends), search for the new released Seasons and broken links (the site itself often changes the original URLs). You can also turn on the Auto Scroll to the first found updated serial when the main page is loaded. To check the loading progress implemented the custom Progress Bar.
확장 프로그램 기본 정보
이름 | Seasonvar Favorite Serials marker |
ID | lmjijdcbmofjikkphldoggckpekdfcnm |
공식 URL | https://chromewebstore.google.com/detail/seasonvar-favorite-serial/lmjijdcbmofjikkphldoggckpekdfcnm |
설명 | seasonvar-favorite-serials-marker by Jack Pts |
파일 크기 | 163 KB |
설치 횟수 | 24 |
현재 버전 | 1.2 |
최근 업데이트 | 2019-06-05 |
출시 날짜 | 2019-06-05 |
개발자 | jackpts1981 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://jackpts.site/dev |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Yauheni Pauliukanets aka Jack Pts", "background": { "page": "lib\/background.html" }, "browser_action": { "default_icon": "static\/on.png", "default_title": "Seasonvar Favorite Serials marker", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "all_frames": true, "css": [ "main.css" ], "js": [ "src\/main.js" ], "matches": [ "http:\/\/seasonvar.ru\/*" ], "run_at": "document_end" } ], "description": "seasonvar-favorite-serials-marker by Jack Pts", "developer": { "name": "Jack Pts" }, "homepage_url": "http:\/\/jackpts.site\/dev", "icons": { "128": "static\/icon128.png", "16": "static\/icon16.png", "256": "static\/icon256.png", "32": "static\/icon32.png", "48": "static\/icon48.png", "64": "static\/icon64.png", "96": "static\/icon96.png" }, "manifest_version": 2, "name": "Seasonvar Favorite Serials marker", "permissions": [ "storage", "downloads", "http:\/\/seasonvar.ru\/*" ], "short_name": "seasonvar-favorite-serials", "version": "1.2", "web_accessible_resources": [ "static\/on.png", "static\/off.png" ], "externally_connectable": { "matches": [ "*:\/\/*.seasonvar.ru\/*" ] } } |