Soap2morrow
pin your shows to watch them another time
Soap2morrow란 무엇입니까?
Soap2morrow은(는) soap2morrow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "pin your shows to watch them another time"입니다.
확장 프로그램 스크린샷
Soap2morrow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pin shows and watch shows with your friends. The extension can be used to pin shows to watch them later it uses Chromes built in storage to save the time title and link. When wanting to return to a show all the user has to do is click on the show that he/she has pinned in the extension and he/she will automatically be redirected to the link and the video will start playing at the time it was pinned.
확장 프로그램 기본 정보
이름 | Soap2morrow |
ID | hbcbomhaegeipklfekokaenlpcgnofcc |
공식 URL | https://chromewebstore.google.com/detail/soap2morrow/hbcbomhaegeipklfekokaenlpcgnofcc |
설명 | pin your shows to watch them another time |
파일 크기 | 190 KB |
설치 횟수 | 39 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2023-02-05 |
출시 날짜 | 2021-05-20 |
개발자 | soap2morrow |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Soap2morrow", "version": "1.0.8", "description": "pin your shows to watch them another time", "manifest_version": 3, "icons": { "128": "icon.png" }, "action": { "default_title": "Soap2morrow", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "actions.js" ] } ], "host_permissions": [ "https:\/\/soap2day.to\/*", "https:\/\/soap2day.mx\/*", "https:\/\/soap2day.ac\/*", "https:\/\/soap2day.sh\/*", "https:\/\/s2dfree.to\/*", "https:\/\/s2dfree.is\/*", "https:\/\/s2dfree.in\/*", "https:\/\/s2dfree.nl\/*", "https:\/\/s2dfree.cc\/*", "https:\/\/s2dfree.de\/*" ], "permissions": [ "activeTab", "tabs", "storage", "scripting" ] } |