Game Deals for YouTube

Add deals info from IsThereAnyDeal to YouTube

Τι είναι το Game Deals for YouTube;

Το Game Deals for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IsThereAnyDeal, και η κύρια λειτουργία του είναι "Add deals info from IsThereAnyDeal to YouTube".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Game Deals for YouTube

Λήψη αρχείων επέκτασης Game Deals for YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Game Deals for YouTube Game Deals for YouTube
ID bofkdcpkanopnalepfepfkplgmdhoghf
Επίσημο URL https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf
Περιγραφή Add deals info from IsThereAnyDeal to YouTube
Μέγεθος Αρχείου 38.21 KB
Αριθμός Εγκαταστάσεων 334
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-04-24
Ημερομηνία Δημοσίευσης 2020-04-24
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής IsThereAnyDeal
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/tfedor/deals-youtube
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/tfedor/deals-youtube
URL της Σελίδας Πολιτικής Απορρήτου https://privacy.isthereanydeal.com
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}