Watchs

By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.

Hvad er Watchs?

Watchs er en Chrome-udvidelse udviklet af SloMR, og dens hovedfunktion er "By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Watchs-udvidelses-CRX-fil

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

                        We created this extension to get rid of shorts on YouTube and to be able to control the video on our own.

Features
- Convert shorts into full-vedio to watch.


How to use
- If you're watching a short video and the indicator changes to brown, you can convert it to a full-length video simply clicking on it.                    

Grundlæggende oplysninger om udvidelsen

Navn Watchs Watchs
ID gfhdlnjjjjncomlnkbfhibfblejijnho
Officiel URL https://chromewebstore.google.com/detail/watchs/gfhdlnjjjjncomlnkbfhibfblejijnho
Beskrivelse By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.
Filstørrelse 2.65 MB
Antal Installationer 63
Nuværende Version 1.0
Senest Opdateret 2022-05-05
Udgivelsesdato 2022-05-05
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler SloMR
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/xSloMSA/Watchs-Extension
Hjælpeside-URL https://github.com/xSloMSA/Watchs-Extension/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watchs",
    "description": "By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.",
    "author": "Sulaiman AlRomaih",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/Inactive\/16x16.png",
            "32": "\/images\/Inactive\/32x32.png",
            "48": "\/images\/Inactive\/48x48.png",
            "128": "\/images\/Inactive\/128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/Active\/16x16.png",
        "32": "\/images\/Active\/32x32.png",
        "48": "\/images\/Active\/48x48.png",
        "128": "\/images\/Active\/128x128.png"
    }
}