Game Deals for YouTube
Add deals info from IsThereAnyDeal to YouTube
Game Deals for YouTube क्या है?
Game Deals for YouTube IsThereAnyDeal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add deals info from IsThereAnyDeal to YouTube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Game Deals for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } } |