youbbou

seguindo o x

Was ist youbbou?

youbbou ist eine Chrome-Erweiterung, die von Danilo Gomes entwickelt wurde, und ihr Hauptmerkmal ist "seguindo o x".

Erweiterungsscreenshots

screenshot

youbbou-Erweiterungs-CRX-Datei herunterladen

Laden Sie youbbou-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Com essa extensão você poderá manipular os vídeos do youtube com comando de voz, enquanto desenvolve seus projetos você não vai precisar voltar na aba do youtube para mudar ou pausar o vídeo. 

COMANDOS

play*
pause*
próximo vídeo*
vídeo anterior*
pula: Pula o anúncio.
reiniciar: Volta a reprodução do vídeo para o inicio.
loop: Repetir o vídeo quando terminar.                    

Grundlegende Informationen zur Erweiterung

Name youbbou youbbou
ID jffmkhmlmdgikempfilganjpglnjbchf
Offizielle URL https://chrome.google.com/webstore/detail/youbbou/jffmkhmlmdgikempfilganjpglnjbchf
Beschreibung seguindo o x
Dateigröße 8.69 KB
Installationsanzahl 11
Aktuelle Version 1.0
Letztes Update 2019-05-24
Veröffentlichungsdatum 2019-05-19
Entwickler Danilo Gomes
Zahlungsart free
Erweiterungswebsite https://www.instagram.com/
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "youbbou",
    "version": "1.0",
    "description": "seguindo o x",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "youbbou - comando de voz para youtube",
        "default_icon": "icon.png"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "clipboardWrite",
        "clipboardRead",
        "",
        "activeTab",
        "declarativeContent",
        "tabCapture"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "yvoz.js"
            ],
            "run_at": "document_end",
            "persistent": true
        }
    ]
}