Game Deals for YouTube

Add deals info from IsThereAnyDeal to YouTube

O que é Game Deals for YouTube?

Game Deals for YouTube é uma extensão do Chrome desenvolvida por IsThereAnyDeal, e sua principal característica é "Add deals info from IsThereAnyDeal to YouTube".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Game Deals for YouTube

Baixe arquivos de extensão Game Deals for 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

                        How often do you watch a gaming video on YouTube with an interesting game, and wonder how expensive is it or where can you find it for the best price? This extension helps you find the best deal right on the watch page.

This extension checks under each YouTube video, whether it has a game title listed and if it does, it will load current best price from an authorized stores covered by IsThereAnyDeal.                    

Informações Básicas da Extensão

Nome Game Deals for YouTube Game Deals for YouTube
ID bofkdcpkanopnalepfepfkplgmdhoghf
URL Oficial https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf
Descrição Add deals info from IsThereAnyDeal to YouTube
Tamanho do Arquivo 38.21 KB
Contagem de Instalações 334
Versão Atual 1.0.1
Última Atualização 2020-04-24
Data de Publicação 2020-04-24
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor IsThereAnyDeal
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/tfedor/deals-youtube
URL da Página de Ajuda https://github.com/tfedor/deals-youtube
URL da Página de Política de Privacidade https://privacy.isthereanydeal.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Game Deals for YouTube",
    "version": "1.0.1",
    "description": "Add deals info from IsThereAnyDeal to YouTube",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "permissions": [],
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.svg",
        "css\/*.css"
    ],
    "homepage_url": "https:\/\/github.com\/tfedor\/deals-youtube",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/lib\/DOMPurify\/purify.js",
                "js\/config.js",
                "js\/core.js",
                "js\/content\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/lib\/DOMPurify\/purify.js",
            "js\/config.js",
            "js\/core.js",
            "js\/background\/background.js"
        ]
    }
}