Watchs

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

Wat is Watchs?

Watchs is een Chrome-extensie ontwikkeld door SloMR, en de belangrijkste functie is "By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Watchs

Download Watchs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Watchs Watchs
ID gfhdlnjjjjncomlnkbfhibfblejijnho
Officiële URL https://chromewebstore.google.com/detail/watchs/gfhdlnjjjjncomlnkbfhibfblejijnho
Beschrijving By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.
Bestandsgrootte 2.65 MB
Aantal Installaties 63
Huidige Versie 1.0
Laatst Bijgewerkt 2022-05-05
Publicatiedatum 2022-05-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar SloMR
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/xSloMSA/Watchs-Extension
Help Pagina-URL https://github.com/xSloMSA/Watchs-Extension/issues
Ondersteunde Talen 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"
    }
}