The Unofficial Social Blade Extension
Track your YouTube stats without leaving your current page.
ما هو The Unofficial Social Blade Extension؟
The Unofficial Social Blade Extension هو إضافة Chrome تم تطويرها بواسطة http://verifiedjoseph.com، والميزة الرئيسية لها هي "Track your YouTube stats without leaving your current page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Unofficial Social Blade Extension
قم بتنزيل ملفات الامتداد The Unofficial Social Blade Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With the unofficial Social Blade extension you can track your YouTube channel stats without leaving your current page. The source code for this project can be found on Github: https://github.com/VerifiedJoseph/the-unofficial-social-blade-extension. This is a unofficial extension and is not sponsored, owned, or endorsed by Social Blade. For the official Social Blade extension see: https://chrome.google.com/webstore/detail/social-blade/cfidkbgamfhdgmedldkagjopnbobdmdn
معلومات أساسية عن التمديد
الاسم | |
ID | dmjgiaijdmgheegfinhgplldehidfbcm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/the-unofficial-social-bla/dmjgiaijdmgheegfinhgplldehidfbcm |
الوصف | Track your YouTube stats without leaving your current page. |
حجم الملف | 15.42 KB |
عدد التثبيتات | 3,000 |
النسخة الحالية | 2.2.2 |
آخر تحديث | 2018-07-25 |
تاريخ النشر | 2018-07-25 |
تقييم | 3.60/5 مجموع تقييمات 15 |
المطور | http://verifiedjoseph.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://verifiedjoseph.com/projects/unofficial-social-blade-extension |
عنوان صفحة سياسة الخصوصية | https://verifiedjoseph.com/extension-privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Unofficial Social Blade Extension", "description": "Track your YouTube stats without leaving your current page.", "author": "VerifiedJoseph", "version": "2.2.2", "version_name": "2.2.2 (Released 25\/07\/17)", "manifest_version": 2, "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "96": "images\/icons\/96.png", "128": "images\/icons\/128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "32": "images\/icons\/32.png", "64": "images\/icons\/64.png" }, "default_popup": "html\/popup.html", "default_title": "The Unofficial Social Blade Extension" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true, "chrome_style": false } } |