Soap2morrow

pin your shows to watch them another time

什么是Soap2morrow?

Soap2morrow是由soap2morrow开发的Chrome扩展程序,该扩展的主要功能是“pin your shows to watch them another time”。

扩展截图

screenshot
screenshot

下载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 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"
    ]
}