WWDChrome
Watch Apple WWDC videos using Google Chrome
ما هو WWDChrome؟
WWDChrome هو إضافة Chrome تم تطويرها بواسطة jrejaud، والميزة الرئيسية لها هي "Watch Apple WWDC videos using Google Chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WWDChrome
قم بتنزيل ملفات الامتداد WWDChrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension which lets you watch Apple's WWDC Developer Videos using Google Chrome (thus not having to use Safari). *Note that this extension only works on the developer videos, and not the live stream.* This extension automatically replaces the video that says "Streaming is available in Safari, and through the WWDC app." with the blocked video itself.
معلومات أساسية عن التمديد
الاسم | WWDChrome |
ID | lohmkcogbijdfgphbioenppfnjfdjebp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wwdchrome/lohmkcogbijdfgphbioenppfnjfdjebp |
الوصف | Watch Apple WWDC videos using Google Chrome |
حجم الملف | 302 KB |
عدد التثبيتات | 787 |
النسخة الحالية | 0.1.4 |
آخر تحديث | 2017-10-11 |
تاريخ النشر | 2017-10-10 |
تقييم | 3.97/5 مجموع تقييمات 36 |
المطور | jrejaud |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jrejaud/WWDChrome |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WWDChrome", "manifest_version": 2, "version": "0.1.4", "description": "Watch Apple WWDC videos using Google Chrome", "content_scripts": [ { "matches": [ "https:\/\/developer.apple.com\/videos\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |