RSS Link for Steam Product Pages
Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
ما هو RSS Link for Steam Product Pages؟
RSS Link for Steam Product Pages هو إضافة Chrome تم تطويرها بواسطة stefan.breitenstein، والميزة الرئيسية لها هي "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RSS Link for Steam Product Pages
قم بتنزيل ملفات الامتداد RSS Link for Steam Product Pages بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
معلومات أساسية عن التمديد
الاسم | RSS Link for Steam Product Pages |
ID | emdbljnfcnlahhfhnjfipdmbbakjadef |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef |
الوصف | Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product |
حجم الملف | 8.39 KB |
عدد التثبيتات | 42 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2020-06-17 |
تاريخ النشر | 2020-06-16 |
المطور | stefan.breitenstein |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RSS Link for Steam Product Pages", "version": "1.0.0", "description": "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product", "manifest_version": 2, "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/store.steampowered.com\/app\/*" ], "js": [ "index.js" ] } ] } |