Video Cleaner for Safari™
Learn better by improving the video experience of Safari Books Online.
Video Cleaner for Safari™ क्या है?
Video Cleaner for Safari™ b2m9.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn better by improving the video experience of Safari Books Online."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Video Cleaner for Safari™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Video Cleaner for Safari is a lightweight extension that will improve your learning experience on O'Reilly's education platform Safari Books Online by cleaning the video player interface of any obstructions, when you pause a lecture or code along in your editor. Safari has a rapidly growing catalogue of video lectures. However, problems occur when you pause a video or start having multiple windows side by side – for example when you code along to the lectures in your editor. When you pause a video, redundant interface elements obstruct your view of the video – rather unpleasant when you try to read the source code underneath. At smaller window sizes other interface elements start to hover above the video player, even when it is playing – also a rather suboptimal learning experience. Video Cleaner for Safari will remove those obstacles and improve your overall learning experience on Safari.
एक्सटेंशन की मूल जानकारी
नाम | Video Cleaner for Safari™ |
ID | ijocmobeifedpdihdjggkpacbhmjooig |
आधिकारिक URL | https://chromewebstore.google.com/detail/video-cleaner-for-safari/ijocmobeifedpdihdjggkpacbhmjooig |
विवरण | Learn better by improving the video experience of Safari Books Online. |
फ़ाइल का आकार | 11.59 KB |
स्थापना संख्या | 126 |
वर्तमान संस्करण | 2017.9.5 |
अंतिम अपडेट | 2017-09-08 |
प्रकाशन तिथि | 2017-09-08 |
डेवलपर | b2m9.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://gitlab.com/b2m9/safaribooks-video-extension |
सहायता पृष्ठ URL | https://gitlab.com/b2m9/safaribooks-video-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Cleaner for Safari\u2122", "version": "2017.9.5", "description": "Learn better by improving the video experience of Safari Books Online.", "author": "Bob Massarczyk", "homepage_url": "https:\/\/gitlab.com\/b2m9\/safaribooks-video-extension", "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "96": "img\/icon96.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.safaribooksonline.com\/library\/*", "https:\/\/www.safaribooksonline.com\/case-studies\/*" ], "js": [ "iframe-handler.js" ], "css": [ "clean.css" ] } ] } |