WWDChrome
Watch Apple WWDC videos using Google Chrome
WWDChrome क्या है?
WWDChrome jrejaud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch Apple WWDC videos using Google Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WWDChrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |