YoutubeAutoSkip
A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad.
YoutubeAutoSkip là gì?
YoutubeAutoSkip là một tiện ích mở rộng Chrome được phát triển bởi AshleyTyagi, và tính năng chính của nó là "A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YoutubeAutoSkip
Tải xuống các tệp mở rộng YoutubeAutoSkip 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
Now using manifest V3! A script to auto-click skips, the icon which is used was made by Pixel Perfect on https://www.flaticon.com/authors/pixel-perfect An extension with no user-interface which runs in the background and will effectively auto-skip ads on the site youtube.com by either shifting straight to the end of the advertisement or by either automatically pressing the skip button. Disclaimer this will not remove ads on the side of YouTube since it isn't an adblocker it simply auto-clicks skip or either it shifts your progress of watching the ad straight to the end, so you effectively skip it. Here is the link to the Github repository containing the code: https://github.com/oslohes123/YoutubeAutoSkip
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YoutubeAutoSkip |
ID | jackpdpiimmbmbcpjoabcahggiaindac |
URL Chính Thức | https://chromewebstore.google.com/detail/youtubeautoskip/jackpdpiimmbmbcpjoabcahggiaindac |
Mô tả | A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad. |
Kích Thước Tệp | 5.86 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2022-09-26 |
Ngày Phát Hành | 2020-06-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | AshleyTyagi |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YoutubeAutoSkip", "version": "3.0", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "script.js" ] } ], "description": "A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad.", "icons": { "48": "icon.ico" } } |