Youtube subscriptions

Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube

Was ist Youtube subscriptions?

Youtube subscriptions ist eine Chrome-Erweiterung, die von REKORD entwickelt wurde, und ihr Hauptmerkmal ist "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Youtube subscriptions-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube subscriptions-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

                        The YouTube subscription itself is an application that allows you to quickly and conveniently keep track of the latest updates to your subscriptions without logging into the YouTube page. You just need to add the address of your channel once and for the last how many hours the published videos items you want to see. The application will only evolve and will add more and more new features just for your convenience.                    

Grundlegende Informationen zur Erweiterung

Name Youtube subscriptions Youtube subscriptions
ID bddhdhnlblfihpgogfinakagjkkcgnai
Offizielle URL https://chromewebstore.google.com/detail/youtube-subscriptions/bddhdhnlblfihpgogfinakagjkkcgnai
Beschreibung Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube
Dateigröße 13.78 KB
Installationsanzahl 1,928
Aktuelle Version 1.0.5
Letztes Update 2021-02-15
Veröffentlichungsdatum 2019-03-14
Bewertung 2.82/5 Insgesamt 11 Bewertungen
Entwickler REKORD
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube",
    "icons": {
        "128": "icons\/logo.png"
    },
    "manifest_version": 2,
    "name": "Youtube subscriptions",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}