youbbou

seguindo o x

Wat is youbbou?

youbbou is een Chrome-extensie ontwikkeld door Danilo Gomes, en de belangrijkste functie is "seguindo o x".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie youbbou

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

                        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.                    

Basisinformatie over de Extensie

Naam youbbou youbbou
ID jffmkhmlmdgikempfilganjpglnjbchf
Officiële URL https://chrome.google.com/webstore/detail/youbbou/jffmkhmlmdgikempfilganjpglnjbchf
Beschrijving seguindo o x
Bestandsgrootte 8.69 KB
Aantal Installaties 11
Huidige Versie 1.0
Laatst Bijgewerkt 2019-05-24
Publicatiedatum 2019-05-19
Ontwikkelaar Danilo Gomes
Betalingswijze free
Extensiewebsite https://www.instagram.com/
Ondersteunde Talen 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
        }
    ]
}