Soap2morrow

pin your shows to watch them another time

O que é Soap2morrow?

Soap2morrow é uma extensão do Chrome desenvolvida por soap2morrow, e sua principal característica é "pin your shows to watch them another time".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Soap2morrow

Baixe arquivos de extensão Soap2morrow no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Soap2morrow Soap2morrow
ID hbcbomhaegeipklfekokaenlpcgnofcc
URL Oficial https://chromewebstore.google.com/detail/soap2morrow/hbcbomhaegeipklfekokaenlpcgnofcc
Descrição pin your shows to watch them another time
Tamanho do Arquivo 190 KB
Contagem de Instalações 39
Versão Atual 1.0.8
Última Atualização 2023-02-05
Data de Publicação 2021-05-20
Desenvolvedor soap2morrow
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}