Skipper - Music Mode for YouTube™

AutoSkip to the actual song or video on YouTube™!

Skipper - Music Mode for YouTube™ là gì?

Skipper - Music Mode for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Skipper, và tính năng chính của nó là "AutoSkip to the actual song or video on YouTube™!".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Skipper - Music Mode for YouTube™

Tải xuống các tệp mở rộng Skipper - Music Mode for YouTube™ 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

                        Skipper Auto-skips to the actual song on YouTube™!
No more annoying talking at the beginning of music videos.

Skipper skips the intro before the video and the talking when you just want to listen to the music.

Skipper features:
- Intro skipper - skip intro before videos.
- Change the skipping rules the way you want it for each video.
- disable when needed.
- Count total time saved.
- See the skips for the current video.
- skipping talking in the middle of the video.
- skipping the noise at the end of the video.

Currently Working on:
- constant skip % , like Wadsworth used to do

change log:
0.4.4 : Now you can set the end time of the video.
0.5.0 : some first sprouts of a better design =)
0.5.1 : Skipping while YouTube is in full screen mode.
0.5.5 : When Clicking the Skipper icon,
You'll also see the in-video skips for the current video.
0.5.7 : Hidden cookies when you click the icon :)
0.5.12 : You can edit the times of existing mid-video skips.
0.5.15 : You can add internal skips yourself(1 or 2 right now).
0.5.16 :Up to 3 inner skips, design changes.
0.6.1 : See the skips on the video bar when you hover!
0.7.1 : Clearer interface
0.7.11 : Support for &end=x in the url so the video will stop after x seconds
0.7.12 : Initial prioritization algorithm so more important skips will be added first
0.7.17 : Advanced options - apply start time to entire channel,change url (&t=..) to skip faster
0.7.18 - skip end for entire channel
0.7.27 - will now work on the tv format of YouTube                    

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

Tên Skipper - Music Mode for YouTube™ Skipper - Music Mode for YouTube™
ID chojffponkoboggmjpnkflkbcelacijk
URL Chính Thức https://chromewebstore.google.com/detail/skipper-music-mode-for-yo/chojffponkoboggmjpnkflkbcelacijk
Mô tả AutoSkip to the actual song or video on YouTube™!
Kích Thước Tệp 36.89 KB
Số Lần Cài Đặt 1,263
Phiên Bản Hiện Tại 0.8.20211
Cập Nhật Lần Cuối 2021-09-07
Ngày Phát Hành 2020-04-17
Đánh Giá 4.22/5 Tổng số 68 Đánh Giá
Nhà Phát Triển Skipper
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skipper - Music Mode for YouTube\u2122",
    "short_name": "Skipper",
    "description": "AutoSkip to the actual song or video on YouTube\u2122!",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.googleapis.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "version": "0.8.20211",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Skipper"
    },
    "content_scripts": [
        {
            "js": [
                "time_data.js",
                "bg.js",
                "inner.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ]
}