YouTabMan

A Web Extension used to control all of your YouTube tabs.

Qu'est-ce que YouTabMan ?

YouTabMan est une extension Chrome développée par Theenadayalan, et sa fonction principale est "A Web Extension used to control all of your YouTube tabs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTabMan

Téléchargez les fichiers d'extension YouTabMan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        YouTabMan is a Web Extension to control all of your currently running Youtube videos at one place. 

v1.3.2
- Pause button label name change fix

v1.3.0
- Migrated to VueJs framework
- Added loop button
- Hover next button view the next song

v1.2.0 - 1.2.3
- Search Event Fix
- Internal Fix
- Icon Update
- UI Fix

v1.1.0

- Replay Button Added

v1.0.0

- You will be having Play/Pause/Replay, Next, Mute Control inside YouTabMan.
- You can also able to close the tab if you want to.
- Searching is also possible in YouTabMan                    

Informations de Base sur l'Extension

Nom YouTabMan YouTabMan
ID pfflnpdlbjjkgnelipgknanbnjafijgi
URL Officiel https://chromewebstore.google.com/detail/youtabman/pfflnpdlbjjkgnelipgknanbnjafijgi
Description A Web Extension used to control all of your YouTube tabs.
Taille du Fichier 45.28 KB
Nombre d'Installations 33
Version Actuelle 1.3.2
Dernière Mise à Jour 2019-04-02
Date de Publication 2019-04-02
Évaluation 5.00/5 Total 4 Évaluations
Développeur Theenadayalan
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.theenadayalan.me
URL de la Page d'Aide https://github.com/theenadayalank/youtabman
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTabMan",
    "version": "1.3.2",
    "description": "A Web Extension used to control all of your YouTube tabs.",
    "browser_action": {
        "default_title": "YouTabMan",
        "default_popup": "index.html",
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}