Soap2morrow
pin your shows to watch them another time
Soap2morrowとは何ですか?
Soap2morrowはsoap2morrowによって開発されたChromeの拡張機能で、その主な機能は「pin your shows to watch them another time」です。
拡張機能のスクリーンショット
Soap2morrow拡張機能のCRXファイルをダウンロード
Soap2morrow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |