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開發的Chrome擴展程式,該擴展的主要功能是“Learn better by improving the video experience of Safari Books Online.”。

擴展截圖

screenshot
screenshot

下載Video Cleaner for Safari™擴展crx文件

下載Video Cleaner for Safari™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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™ Video Cleaner for Safari™
ID ijocmobeifedpdihdjggkpacbhmjooig
官方網址 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"
            ]
        }
    ]
}