Download My Youtube Subscriptions

Download My Youtube Subscriptions

Wat is Download My Youtube Subscriptions?

Download My Youtube Subscriptions is een Chrome-extensie ontwikkeld door Invex, en de belangrijkste functie is "Download My Youtube Subscriptions".

Extensie Screenshots

Download het CRX-bestand van de extensie Download My Youtube Subscriptions

Download Download My Youtube Subscriptions-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

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

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

Basisinformatie over de Extensie

Naam Download My Youtube Subscriptions Download My Youtube Subscriptions
ID dnemofhfmngncanaemmdnohjicnhjagb
Officiële URL https://chromewebstore.google.com/detail/download-my-youtube-subsc/dnemofhfmngncanaemmdnohjicnhjagb
Beschrijving Download My Youtube Subscriptions
Bestandsgrootte 41.23 KB
Aantal Installaties 4,420
Huidige Versie 1.0
Laatst Bijgewerkt 2017-04-18
Publicatiedatum 2017-04-17
Beoordeling 2.22/5 Totaal 9 Beoordelingen
Ontwikkelaar Invex
Betalingswijze free
Ondersteunde Talen 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": [
        ""
    ]
}