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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Game Deals for YouTube
قم بتنزيل ملفات الامتداد Game Deals for YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://github.com/tfedor/deals-youtube |
عنوان صفحة سياسة الخصوصية | 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" ] } } |