Whenplane Widget

Replaces the floatplane/twitch offline box with a countdown from Whenplane

Qu'est-ce que Whenplane Widget ?

Whenplane Widget est une extension Chrome développée par https://whenplane.com, et sa fonction principale est "Replaces the floatplane/twitch offline box with a countdown from Whenplane".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Whenplane Widget

Téléchargez les fichiers d'extension Whenplane Widget 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

                        A simple extension that replaces the Offline box and image with a countdown from Whenplane. Only applies to the LinusTechTips channels, because they are the only Floatplane/Twitch channels where the WAN show is live-streamed.

It only replaces the "offline" box, so as soon as any livestream starts, the whenplane widget will be removed, and the livestream will play like normal.                    

Informations de Base sur l'Extension

Nom Whenplane Widget Whenplane Widget
ID jiijhgibeiaaacbohdjihncoingomjjm
URL Officiel https://chromewebstore.google.com/detail/whenplane-widget/jiijhgibeiaaacbohdjihncoingomjjm
Description Replaces the floatplane/twitch offline box with a countdown from Whenplane
Taille du Fichier 32.86 KB
Nombre d'Installations 271
Version Actuelle 1.2.0
Dernière Mise à Jour 2024-02-14
Date de Publication 2023-12-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://whenplane.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://whenplane.com/extension
URL de la Page d'Aide https://whenplane.com/support
URL de la Page de Politique de Confidentialité https://whenplane.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whenplane Widget",
    "short_name": "Whenplane",
    "version": "1.2.0",
    "description": "Replaces the floatplane\/twitch offline box with a countdown from Whenplane",
    "homepage_url": "https:\/\/whenplane.com\/extension",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "about.html"
    },
    "icons": {
        "128": "icons\/wan-128.png",
        "200": "icons\/wan.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.floatplane.com\/*"
            ],
            "js": [
                "inserter.js"
            ],
            "css": [
                "css\/whenplane_styles.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "inserter.js"
            ],
            "css": [
                "css\/whenplane_styles.css",
                "css\/twitch.css"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{d7efb617-4782-4ca1-841e-f1fde210896b}"
        }
    }
}