Luke's reddit on Youtube™

Adds reddit comments to youtube videos

O que é Luke's reddit on Youtube™?

Luke's reddit on Youtube™ é uma extensão do Chrome desenvolvida por http://corrodinggames.com, e sua principal característica é "Adds reddit comments to youtube videos".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Luke's reddit on Youtube™

Baixe arquivos de extensão Luke's reddit on Youtube™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Switch between reddit comments and youtube comments when watching youtube videos.

-Searches reddit and shows comments based on the thread's popularly
-Switch between all reddit threads
-Will automatically switch back to youtube comments if no reddit threads are found

Source: https://github.com/LukePH/reddit-youtube-chrome-extension

---

Youtube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.

reddit is a registered trademark of reddit inc.                    

Informações Básicas da Extensão

Nome Luke's reddit on Youtube™ Luke's reddit on Youtube™
ID bomfepjocepbhfiodmmhogdapoicjegf
URL Oficial https://chrome.google.com/webstore/detail/lukes-reddit-on-youtube/bomfepjocepbhfiodmmhogdapoicjegf
Descrição Adds reddit comments to youtube videos
Tamanho do Arquivo 85.01 KB
Contagem de Instalações 115
Versão Atual 0.28
Última Atualização 2015-06-22
Data de Publicação 2015-06-22
Classificação 3.71/5 Total de 17 Avaliações
Desenvolvedor http://corrodinggames.com
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/LukePH/reddit-youtube-chrome-extension/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Luke's reddit on Youtube\u2122",
    "description": "Adds reddit comments to youtube videos",
    "version": "0.28",
    "permissions": [
        "http:\/\/*.youtube.com\/*",
        "https:\/\/*.youtube.com\/*",
        "http:\/\/www.reddit.com\/*",
        "https:\/\/www.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "reddit.css",
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "images\/loading-slide.gif"
    ],
    "manifest_version": 2
}