Download My Youtube Subscriptions

Download My Youtube Subscriptions

Hvad er Download My Youtube Subscriptions?

Download My Youtube Subscriptions er en Chrome-udvidelse udviklet af Invex, og dens hovedfunktion er "Download My Youtube Subscriptions".

Udvidelsesskærmbilleder

Download Download My Youtube Subscriptions-udvidelses-CRX-fil

Download Download My Youtube Subscriptions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

Grundlæggende oplysninger om udvidelsen

Navn Download My Youtube Subscriptions Download My Youtube Subscriptions
ID dnemofhfmngncanaemmdnohjicnhjagb
Officiel URL https://chromewebstore.google.com/detail/download-my-youtube-subsc/dnemofhfmngncanaemmdnohjicnhjagb
Beskrivelse Download My Youtube Subscriptions
Filstørrelse 41.23 KB
Antal Installationer 4,420
Nuværende Version 1.0
Senest Opdateret 2017-04-18
Udgivelsesdato 2017-04-17
Bedømmelse 2.22/5 Samlet 9 Bedømmelser
Udvikler Invex
Betalingsmetode free
Understøttede Sprog 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": [
        ""
    ]
}