designer Tube
This makes your youtube look different, maybe in a good way, maybe not.
ما هو designer Tube؟
designer Tube هو إضافة Chrome تم تطويرها بواسطة martin.skovrup، والميزة الرئيسية لها هي "This makes your youtube look different, maybe in a good way, maybe not.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة designer Tube
قم بتنزيل ملفات الامتداد designer Tube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is a work in progress. It changes the way your youtube looks, so its more of a dark version of the normal youtube. I chose not to change layout of youtube, so it's still as simple, and userfriendly as before, but it a version i feel like is better for the eyes. If you find bugs, or just have any suggestions, please let me know, and i will take a look at it, as fast as possible.
معلومات أساسية عن التمديد
الاسم | |
ID | abdeakojnmdoeegikanjgodmcfgdhocg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/designer-tube/abdeakojnmdoeegikanjgodmcfgdhocg |
الوصف | This makes your youtube look different, maybe in a good way, maybe not. |
حجم الملف | 10.32 KB |
عدد التثبيتات | 62 |
النسخة الحالية | 0.2.6 |
آخر تحديث | 2017-01-07 |
تاريخ النشر | 2017-01-07 |
تقييم | 2.50/5 مجموع تقييمات 2 |
المطور | martin.skovrup |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "designer Tube", "version": "0.2.6", "description": "This makes your youtube look different, maybe in a good way, maybe not.", "icons": { "50": "prettytube.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |