ViewTube

Watch videos from video sharing websites with extra options.

Hvad er ViewTube?

ViewTube er en Chrome-udvidelse udviklet af https://sebaro.pro, og dens hovedfunktion er "Watch videos from video sharing websites with extra options.".

Udvidelsesskærmbilleder

screenshot

Download ViewTube-udvidelses-CRX-fil

Download ViewTube-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

                        This is an WebExtension addon based on my ViewTube userscript.

Supported sites:
YouTube, Dailymotion, Vimeo, Metacafe, Veoh, IMDb.

For more information read:
http://sebaro.pro/viewtube
https://gitlab.com/sebaro/viewtube
https://github.com/sebaro/viewtube                    

Grundlæggende oplysninger om udvidelsen

Navn ViewTube ViewTube
ID hfkkgpcjliaiakfgljddganibplpohgn
Officiel URL https://chromewebstore.google.com/detail/viewtube/hfkkgpcjliaiakfgljddganibplpohgn
Beskrivelse Watch videos from video sharing websites with extra options.
Filstørrelse 41.55 KB
Antal Installationer 221
Nuværende Version 2024.3.2
Senest Opdateret 2024-03-02
Udgivelsesdato 2020-06-04
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://sebaro.pro
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://sebaro.pro/viewtube
Hjælpeside-URL http://sebaro.pro/contact/
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ViewTube",
    "version": "2024.3.2",
    "description": "Watch videos from video sharing websites with extra options.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/youtube.com\/*",
                "http:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/m.youtube.com\/*",
                "https:\/\/m.youtube.com\/*",
                "http:\/\/dailymotion.com\/*",
                "http:\/\/www.dailymotion.com\/*",
                "https:\/\/dailymotion.com\/*",
                "https:\/\/www.dailymotion.com\/*",
                "http:\/\/vimeo.com\/*",
                "http:\/\/www.vimeo.com\/*",
                "https:\/\/vimeo.com\/*",
                "https:\/\/www.vimeo.com\/*",
                "http:\/\/veoh.com\/*",
                "http:\/\/www.veoh.com\/*",
                "https:\/\/veoh.com\/*",
                "https:\/\/www.veoh.com\/*",
                "http:\/\/imdb.com\/*",
                "http:\/\/www.imdb.com\/*",
                "https:\/\/imdb.com\/*",
                "https:\/\/www.imdb.com\/*"
            ],
            "js": [
                "viewtube.user.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "http:\/\/manifest.googlevideo.com\/*",
        "https:\/\/manifest.googlevideo.com\/*",
        "http:\/\/player.vimeo.com\/*",
        "https:\/\/player.vimeo.com\/*",
        "http:\/\/api.vimeo.com\/*",
        "https:\/\/api.vimeo.com\/*"
    ]
}