Return Standalone Youtube Video Page
Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.
Return Standalone Youtube Video Page là gì?
Return Standalone Youtube Video Page là một tiện ích mở rộng Chrome được phát triển bởi https://sanjibsen.com, và tính năng chính của nó là "Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.".
Ả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 Return Standalone Youtube Video Page
Tải xuống các tệp mở rộng Return Standalone Youtube Video Page 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
## 👏 Free and Open Source - This extension will always be free and open sourced. - Source Code: https://github.com/sanjib-sen/return-standalone-youtube-video-page ## 🎉 Features - Very Tiny (> 8KB) and simple to use - Made in Pure JavaScript (Less than 30 Lines of Code) - Return the standalone video page - Return the standalone playlist page - Supports Any chromium based browser. (Support for Firefox is coming soon based on user requests) ## ✍️ Authors - [@sanjib-sen](https://github.com/sanjib-sen) - Idea & Initial work ## 🎉 Acknowledgements - The UI is slightly inspired by [Return YouTube Dislike](https://github.com/Anarios/return-youtube-dislike)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Return Standalone Youtube Video Page |
ID | kpeeiilndiddkdpbhdafkkgnjjlnllob |
URL Chính Thức | https://chromewebstore.google.com/detail/return-standalone-youtube/kpeeiilndiddkdpbhdafkkgnjjlnllob |
Mô tả | Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update. |
Kích Thước Tệp | 9.89 KB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2023-05-15 |
Ngày Phát Hành | 2023-05-08 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://sanjibsen.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.sanjibsen.com/return-standalone-youtube-video-page |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Return Standalone Youtube Video Page", "description": "Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.", "version": "0.2", "author": "[email protected]", "short_name": "RYVS", "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "permissions": [ "storage", "tabs" ], "action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "default_title": "Bring Back Standalone Youtube Video Page", "default_popup": "src\/popup.html" }, "background": { "service_worker": "src\/scripts\/background.js" } } |