Did Youtube unsubscribe me?

Check if youtube unsubscribes you without asking.

Wat is Did Youtube unsubscribe me??

Did Youtube unsubscribe me? is een Chrome-extensie ontwikkeld door T21 Computing, en de belangrijkste functie is "Check if youtube unsubscribes you without asking.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Did Youtube unsubscribe me?

Download Did Youtube unsubscribe me?-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

                        You get notified if you get unsubscribed from a YouTube channel so your favorite creators content stays on your home page. 

This extension will open a new YouTube tab in the background every few hours to check you subscription list.

You must be Signed In.

---------------------------------------
Currently In beta, so please report any issues on the support form on the chrome web store.                    

Basisinformatie over de Extensie

Naam Did Youtube unsubscribe me? Did Youtube unsubscribe me?
ID lbodbdbdjefgplcajojgampojiiamjhe
Officiële URL https://chrome.google.com/webstore/detail/did-youtube-unsubscribe-m/lbodbdbdjefgplcajojgampojiiamjhe
Beschrijving Check if youtube unsubscribes you without asking.
Bestandsgrootte 16.88 KB
Aantal Installaties 30
Huidige Versie 0.1.3
Laatst Bijgewerkt 2020-11-14
Publicatiedatum 2020-11-14
Ontwikkelaar T21 Computing
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://f1.t21computing.co.uk/privacy
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Did Youtube unsubscribe me?",
    "description": "Check if youtube unsubscribes you without asking.",
    "version": "0.1.3",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/?DYUM=1"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "icons": {
        "64": "images\/Unsub64.png",
        "128": "images\/Unsub128.png",
        "256": "images\/Unsub256.png"
    },
    "web_accessible_resources": [
        "manage\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "images\/Unsub64.png",
            "128": "images\/Unsub128.png",
            "256": "images\/Unsub256.png"
        }
    }
}