Steam Youtube Links
This extension adds links to Youtube reviews and letsplays for the current viewed Steam page
ما هو Steam Youtube Links؟
Steam Youtube Links هو إضافة Chrome تم تطويرها بواسطة svv، والميزة الرئيسية لها هي "This extension adds links to Youtube reviews and letsplays for the current viewed Steam page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Steam Youtube Links
قم بتنزيل ملفات الامتداد Steam Youtube Links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Steam Youtube Links |
ID | jlclghakcjifikmhafdeajldhfnjijen |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/steam-youtube-links/jlclghakcjifikmhafdeajldhfnjijen |
الوصف | This extension adds links to Youtube reviews and letsplays for the current viewed Steam page |
حجم الملف | 31.14 KB |
عدد التثبيتات | 123 |
النسخة الحالية | 1.3 |
آخر تحديث | 2017-05-25 |
تاريخ النشر | 2017-05-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | svv |
نوع الدفع | free |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Youtube Links", "description": "__MSG_extension_name__", "version": "1.3", "default_locale": "en", "browser_action": { "default_icon": "images\/icons\/icon19.png", "default_popup": "html\/popup.html" }, "icons": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "web_accessible_resources": [ "images\/*.png" ], "content_scripts": [ { "matches": [ "http:\/\/store.steampowered.com\/*", "https:\/\/store.steampowered.com\/*" ], "css": [ "bundle.css" ], "js": [ "bundle.js" ] } ], "permissions": [ "storage" ] } |