Twitch Prime Subscription Reminder

This will switch the purple 'Subscribe' button to a bright orange when your free subscription is ready to be used

Wat is Twitch Prime Subscription Reminder?

Twitch Prime Subscription Reminder is een Chrome-extensie ontwikkeld door Sylvain Giroux, en de belangrijkste functie is "This will switch the purple 'Subscribe' button to a bright orange when your free subscription is ready to be used".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitch Prime Subscription Reminder

Download Twitch Prime Subscription Reminder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is an alternative to the "Prime Subscription and Loot Reminder Extension" inside twitch.tv that you can enable for your favorite streamer.                    

Basisinformatie over de Extensie

Naam Twitch Prime Subscription Reminder Twitch Prime Subscription Reminder
ID lkojkjhbgnhoepnajfllnjffcheahpco
Officiële URL https://chromewebstore.google.com/detail/twitch-prime-subscription/lkojkjhbgnhoepnajfllnjffcheahpco
Beschrijving This will switch the purple 'Subscribe' button to a bright orange when your free subscription is ready to be used
Bestandsgrootte 15.99 KB
Aantal Installaties 239
Huidige Versie 1.0.5
Laatst Bijgewerkt 2022-09-15
Publicatiedatum 2019-03-01
Beoordeling 3.73/5 Totaal 11 Beoordelingen
Ontwikkelaar Sylvain Giroux
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/spoji/Twitch-Prime-Subscription-Reminder
Help Pagina-URL https://github.com/spoji/Twitch-Prime-Subscription-Reminder/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Prime Subscription Reminder",
    "description": "This will switch the purple 'Subscribe' button to a bright orange when your free subscription is ready to be used",
    "version": "1.0.5",
    "icons": {
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "check_subscription.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Twitch Prime Subscription Reminder"
    },
    "permissions": [
        "tabs"
    ]
}