Soap2morrow

pin your shows to watch them another time

Qu'est-ce que Soap2morrow ?

Soap2morrow est une extension Chrome développée par soap2morrow, et sa fonction principale est "pin your shows to watch them another time".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Soap2morrow

Téléchargez les fichiers d'extension Soap2morrow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Soap2morrow Soap2morrow
ID hbcbomhaegeipklfekokaenlpcgnofcc
URL Officiel https://chromewebstore.google.com/detail/soap2morrow/hbcbomhaegeipklfekokaenlpcgnofcc
Description pin your shows to watch them another time
Taille du Fichier 190 KB
Nombre d'Installations 39
Version Actuelle 1.0.8
Dernière Mise à Jour 2023-02-05
Date de Publication 2021-05-20
Développeur soap2morrow
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}