youbbou

seguindo o x

What is youbbou?

youbbou is a Chrome extension developed by Danilo Gomes, and its main feature is "seguindo o x".

Extension Screenshots

screenshot

Download youbbou Extension CRX File

Download youbbou extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name youbbou youbbou
ID jffmkhmlmdgikempfilganjpglnjbchf
Official URL https://chrome.google.com/webstore/detail/youbbou/jffmkhmlmdgikempfilganjpglnjbchf
Description seguindo o x
File Size 8.69 KB
Installation Count 11
Current Version 1.0
Last Updated 2019-05-24
Publish Date 2019-05-19
Developer Danilo Gomes
Payment Type free
Extension Website https://www.instagram.com/
Supported Languages 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
        }
    ]
}