Game Deals for YouTube

Add deals info from IsThereAnyDeal to YouTube

Vad är Game Deals for YouTube?

Game Deals for YouTube är en Chrome-tillägg utvecklad av IsThereAnyDeal, och dess huvudfunktion är "Add deals info from IsThereAnyDeal to YouTube".

Tilläggsskärmbilder

screenshot

Ladda ner Game Deals for YouTube-förlängningens CRX-fil

Ladda ner Game Deals for YouTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Game Deals for YouTube Game Deals for YouTube
ID bofkdcpkanopnalepfepfkplgmdhoghf
Officiell webbadress https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf
Beskrivning Add deals info from IsThereAnyDeal to YouTube
Filstorlek 38.21 KB
Antal Installationer 334
Aktuell Version 1.0.1
Senast Uppdaterad 2020-04-24
Publiceringsdatum 2020-04-24
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare IsThereAnyDeal
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/tfedor/deals-youtube
Hjälpsida URL https://github.com/tfedor/deals-youtube
URL till Sekretesspolicy Sidan https://privacy.isthereanydeal.com
Stödda Språk 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"
        ]
    }
}