You Coub notifications & follow manager
Coub.com you channels notifications & follow manager. (Coub.com API based)
ما هو You Coub notifications & follow manager؟
You Coub notifications & follow manager هو إضافة Chrome تم تطويرها بواسطة return.true، والميزة الرئيسية لها هي "Coub.com you channels notifications & follow manager. (Coub.com API based)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة You Coub notifications & follow manager
قم بتنزيل ملفات الامتداد You Coub notifications & follow manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You Coub notifications & follow manager! 0.810
Coub.com funs extention for manage channels and current url "DO COUB FROM THIS TAB 🤘🏻" button for more happy creations! Enjoy Anyways 😇😁💎 معلومات أساسية عن التمديد
| الاسم | |
| ID | kfdemmfamfkkigmgkjlmpjamnaabjjio |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio |
| الوصف | Coub.com you channels notifications & follow manager. (Coub.com API based) |
| حجم الملف | 78.76 KB |
| عدد التثبيتات | 82 |
| النسخة الحالية | 0.810 |
| آخر تحديث | 2020-12-17 |
| تاريخ النشر | 2019-01-30 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | return.true |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "You Coub notifications & follow manager",
"description": "Coub.com you channels notifications & follow manager. (Coub.com API based)",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "You Coub notifications & follow manager"
},
"background": {
"page": "background.html"
},
"permissions": [
"activeTab"
],
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/coub.com\/*"
],
"css": [
"ext.css"
],
"js": [
"ext.js"
]
}
],
"manifest_version": 2,
"version": "0.810",
"icons": {
"128": "icon.png",
"666": "logo.png",
"777": "icon_connect.png"
}
} | |