Youtube subscriptions
Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube
ما هو Youtube subscriptions؟
Youtube subscriptions هو إضافة Chrome تم تطويرها بواسطة REKORD، والميزة الرئيسية لها هي "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube subscriptions
قم بتنزيل ملفات الامتداد Youtube subscriptions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The YouTube subscription itself is an application that allows you to quickly and conveniently keep track of the latest updates to your subscriptions without logging into the YouTube page. You just need to add the address of your channel once and for the last how many hours the published videos items you want to see. The application will only evolve and will add more and more new features just for your convenience.
معلومات أساسية عن التمديد
الاسم | Youtube subscriptions |
ID | bddhdhnlblfihpgogfinakagjkkcgnai |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-subscriptions/bddhdhnlblfihpgogfinakagjkkcgnai |
الوصف | Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube |
حجم الملف | 13.78 KB |
عدد التثبيتات | 1,928 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2021-02-15 |
تاريخ النشر | 2019-03-14 |
تقييم | 2.82/5 مجموع تقييمات 11 |
المطور | REKORD |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube", "icons": { "128": "icons\/logo.png" }, "manifest_version": 2, "name": "Youtube subscriptions", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |