Download My Youtube Subscriptions

Download My Youtube Subscriptions

Was ist Download My Youtube Subscriptions?

Download My Youtube Subscriptions ist eine Chrome-Erweiterung, die von Invex entwickelt wurde, und ihr Hauptmerkmal ist "Download My Youtube Subscriptions".

Erweiterungsscreenshots

Download My Youtube Subscriptions-Erweiterungs-CRX-Datei herunterladen

Laden Sie Download My 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

                        * Export your YouTube subscriptions to an HTML file with one click. 

* The automatically downloaded html file can be shared by email.                    

Grundlegende Informationen zur Erweiterung

Name Download My Youtube Subscriptions Download My Youtube Subscriptions
ID dnemofhfmngncanaemmdnohjicnhjagb
Offizielle URL https://chromewebstore.google.com/detail/download-my-youtube-subsc/dnemofhfmngncanaemmdnohjicnhjagb
Beschreibung Download My Youtube Subscriptions
Dateigröße 41.23 KB
Installationsanzahl 4,420
Aktuelle Version 1.0
Letztes Update 2017-04-18
Veröffentlichungsdatum 2017-04-17
Bewertung 2.22/5 Insgesamt 9 Bewertungen
Entwickler Invex
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download My Youtube Subscriptions",
    "description": "Download My Youtube Subscriptions",
    "version": "1.0",
    "icons": {
        "16": "icon_small.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "cs.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}