ChannelOne.com Video Helper v2

It's exactly, 100% as the title says. Believe me.

Vad är ChannelOne.com Video Helper v2?

ChannelOne.com Video Helper v2 är en Chrome-tillägg utvecklad av TrufflezMC, och dess huvudfunktion är "It's exactly, 100% as the title says. Believe me.".

Ladda ner ChannelOne.com Video Helper v2-förlängningens CRX-fil

Ladda ner ChannelOne.com Video Helper v2-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

                                            

Grundläggande Information om Tillägg

Namn ChannelOne.com Video Helper v2 ChannelOne.com Video Helper v2
ID hoehonpapgdlnefnfnlnhfdlihghehlk
Officiell webbadress https://chromewebstore.google.com/detail/channelonecom-video-helpe/hoehonpapgdlnefnfnlnhfdlihghehlk
Beskrivning It's exactly, 100% as the title says. Believe me.
Filstorlek 36.47 KB
Antal Installationer 27
Aktuell Version 2.0
Senast Uppdaterad 2016-10-15
Publiceringsdatum 2016-10-15
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare TrufflezMC
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChannelOne.com Video Helper v2",
    "description": "It's exactly, 100% as the title says. Believe me.",
    "version": "2.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.channelone.com\/*",
                "https:\/\/www.youtube.com\/embed\/*",
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ]
        }
    ]
}