Yost

The fastest and easiest way to watch/listen to your favourite YouTube videos and keep them stored as part of Chrome.

什麼是Yost?

Yost是由hulq開發的Chrome擴展程式,該擴展的主要功能是“The fastest and easiest way to watch/listen to your favourite YouTube videos and keep them stored as part of Chrome.”。

擴展截圖

screenshot
screenshot
screenshot

下載Yost擴展crx文件

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

擴展使用說明

                        This is what can be done straight from the Yost menu regardless of which chrome window/tab you are on. As long as you are on chrome, it can do all these things:

It can remember a YouTube video you're watching at the click of a button. It can play those videos one after the other automatically. It can allow you to browse through the list of "remembered" videos and jump to a chosen video. It can shuffle the playing order of the videos. It can skip to the next video or return to the previous one. It can loop the currently playing video if you want to watch/listen on repeat. It can allow you to manually edit the list of videos that it has "remembered" and add or delete some of them.

It may sound a bit confusing, but try it out and see if it is something that you would like to use.

*If you change your playlist, save it, and close the tab, the changes are not reversible!*                    

擴展基本資訊

名稱 Yost Yost
ID hohdoibhaofhllhpmddgboohpfjcnice
官方網址 https://chrome.google.com/webstore/detail/yost/hohdoibhaofhllhpmddgboohpfjcnice
簡介 The fastest and easiest way to watch/listen to your favourite YouTube videos and keep them stored as part of Chrome.
檔案大小 58.79 KB
安裝次數 280
目前版本 2.0.1
更新時間 2014-03-09
上架時間 2014-03-09
開發者 hulq
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "manifest_version": 2,
    "name": "Yost",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/youtube.com\/*",
                "https:\/\/youtube.com\/*",
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/playNextVid.js"
            ]
        }
    ],
    "description": "The fastest and easiest way to watch\/listen to your favourite YouTube videos and keep them stored as part of Chrome.",
    "version": "2.0.1",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ]
}