Yost

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

Yost là gì?

Yost là một tiện ích mở rộng Chrome được phát triển bởi hulq, và tính năng chính của nó là "The fastest and easiest way to watch/listen to your favourite YouTube videos and keep them stored as part of Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yost

Tải xuống các tệp mở rộng Yost dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!*                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yost Yost
ID hohdoibhaofhllhpmddgboohpfjcnice
URL Chính Thức https://chrome.google.com/webstore/detail/yost/hohdoibhaofhllhpmddgboohpfjcnice
Mô tả The fastest and easiest way to watch/listen to your favourite YouTube videos and keep them stored as part of Chrome.
Kích Thước Tệp 58.79 KB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2014-03-09
Ngày Phát Hành 2014-03-09
Nhà Phát Triển hulq
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}