Game Deals for YouTube

Add deals info from IsThereAnyDeal to YouTube

Apa itu Game Deals for YouTube?

Game Deals for YouTube adalah ekstensi Chrome yang dikembangkan oleh IsThereAnyDeal, dan fitur utamanya adalah "Add deals info from IsThereAnyDeal to YouTube".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Game Deals for YouTube

Unduh file ekstensi Game Deals for YouTube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Game Deals for YouTube Game Deals for YouTube
ID bofkdcpkanopnalepfepfkplgmdhoghf
URL Resmi https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf
Deskripsi Add deals info from IsThereAnyDeal to YouTube
Ukuran File 38.21 KB
Jumlah Instalasi 334
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-04-24
Tanggal Publikasi 2020-04-24
Penilaian 4.00/5 Total 1 Penilaian
Pengembang IsThereAnyDeal
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/tfedor/deals-youtube
URL Halaman Bantuan https://github.com/tfedor/deals-youtube
URL Halaman Kebijakan Privasi https://privacy.isthereanydeal.com
Bahasa yang Didukung 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"
        ]
    }
}