Oddshot to Youtube on Reddit

Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.

O que é Oddshot to Youtube on Reddit?

Oddshot to Youtube on Reddit é uma extensão do Chrome desenvolvida por tmarc666, e sua principal característica é "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Oddshot to Youtube on Reddit

Baixe arquivos de extensão Oddshot to Youtube on Reddit 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

                        This extension will modify Oddshot urls to be Youtube urls if the Oddshot Bot commented in the comment section(top section) on Reddit. Added caching, use of the Oddshotbot api, Expandos, and the original oddshot link.                    

Informações Básicas da Extensão

Nome Oddshot to Youtube on Reddit Oddshot to Youtube on Reddit
ID bjgbiggjemblnceibgagelajlkianbkm
URL Oficial https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm
Descrição Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
Tamanho do Arquivo 91.94 KB
Contagem de Instalações 218
Versão Atual 1.4
Última Atualização 2016-02-18
Data de Publicação 2016-02-17
Classificação 4.75/5 Total de 16 Avaliações
Desenvolvedor tmarc666
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oddshot to Youtube on Reddit",
    "description": "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.",
    "version": "1.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Oddshot->Youtube"
    },
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "jquery.js",
                "lscache.js",
                "myscript.js"
            ]
        }
    ]
}