Simple subscription management
Simple subscription management for you tube
ما هو Simple subscription management؟
Simple subscription management هو إضافة Chrome تم تطويرها بواسطة wolfpoland1، والميزة الرئيسية لها هي "Simple subscription management for you tube".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple subscription management
قم بتنزيل ملفات الامتداد Simple subscription management بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
I created this extension because I need a fast way to find a channel that I need in that moment. Using stock youtube search is hard. This extension brings more a single page experience to save your time and let you be more productive. This addon is open soruce, check the source code here: https://github.com/wolfpoland/ssm Checkout my website to contact me: https://www.pkrasuski.pl/ Any problem please report on this mail: [email protected]
معلومات أساسية عن التمديد
الاسم | Simple subscription management |
ID | kbgaobbeoemfoohblgglgagdgjjnppce |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-subscription-manag/kbgaobbeoemfoohblgglgagdgjjnppce |
الوصف | Simple subscription management for you tube |
حجم الملف | 126 KB |
عدد التثبيتات | 401 |
النسخة الحالية | 0.0.3.5 |
آخر تحديث | 2023-11-17 |
تاريخ النشر | 2019-01-16 |
تقييم | 3.95/5 مجموع تقييمات 19 |
المطور | wolfpoland1 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.pkrasuski.pl/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple subscription management", "description": "Simple subscription management for you tube", "version": "0.0.3.5", "manifest_version": 3, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "bundle.js" ] } ] } |