Soap2morrow

pin your shows to watch them another time

Was ist Soap2morrow?

Soap2morrow ist eine Chrome-Erweiterung, die von soap2morrow entwickelt wurde, und ihr Hauptmerkmal ist "pin your shows to watch them another time".

Erweiterungsscreenshots

screenshot
screenshot

Soap2morrow-Erweiterungs-CRX-Datei herunterladen

Laden Sie Soap2morrow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Soap2morrow Soap2morrow
ID hbcbomhaegeipklfekokaenlpcgnofcc
Offizielle URL https://chromewebstore.google.com/detail/soap2morrow/hbcbomhaegeipklfekokaenlpcgnofcc
Beschreibung pin your shows to watch them another time
Dateigröße 190 KB
Installationsanzahl 39
Aktuelle Version 1.0.8
Letztes Update 2023-02-05
Veröffentlichungsdatum 2021-05-20
Entwickler soap2morrow
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}