Old YouTube Upload Button
Update because of newer icon.
ما هو Old YouTube Upload Button؟
Old YouTube Upload Button هو إضافة Chrome تم تطويرها بواسطة donnaken15، والميزة الرئيسية لها هي "Update because of newer icon.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Old YouTube Upload Button
قم بتنزيل ملفات الامتداد Old YouTube Upload Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
For users who need the button back and hate the new layouts and styles on the site, like I do, so that's why this extension exists.
معلومات أساسية عن التمديد
الاسم | |
ID | jkiinllijdgelneaclecmpndnidngdea |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/old-youtube-upload-button/jkiinllijdgelneaclecmpndnidngdea |
الوصف | Update because of newer icon. |
حجم الملف | 8.34 KB |
عدد التثبيتات | 608 |
النسخة الحالية | 1.14 |
آخر تحديث | 2018-08-02 |
تاريخ النشر | 2018-07-31 |
تقييم | 2.62/5 مجموع تقييمات 13 |
المطور | donnaken15 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old YouTube Upload Button", "version": "1.14", "manifest_version": 2, "description": "Update because of newer icon.", "homepage_url": "http:\/\/wez35.weebly.com\/", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": [], "default_locale": "en", "web_accessible_resources": [ "src\/replace_button.js" ], "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "js": [ "src\/replace_button.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": true, "run_at": "document_end" } ] } |