Download My Youtube Subscriptions

Download My Youtube Subscriptions

Vad är Download My Youtube Subscriptions?

Download My Youtube Subscriptions är en Chrome-tillägg utvecklad av Invex, och dess huvudfunktion är "Download My Youtube Subscriptions".

Tilläggsskärmbilder

Ladda ner Download My Youtube Subscriptions-förlängningens CRX-fil

Ladda ner Download My Youtube Subscriptions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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

Grundläggande Information om Tillägg

Namn Download My Youtube Subscriptions Download My Youtube Subscriptions
ID dnemofhfmngncanaemmdnohjicnhjagb
Officiell webbadress https://chromewebstore.google.com/detail/download-my-youtube-subsc/dnemofhfmngncanaemmdnohjicnhjagb
Beskrivning Download My Youtube Subscriptions
Filstorlek 41.23 KB
Antal Installationer 4,420
Aktuell Version 1.0
Senast Uppdaterad 2017-04-18
Publiceringsdatum 2017-04-17
Betyg 2.22/5 Totalt 9 Betyg
Utvecklare Invex
Betalningssätt free
Stödda Språk 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": [
        ""
    ]
}