Toogles
Redirect YouTube URLs to Toogl.es for fun and profit
Toogles là gì?
Toogles là một tiện ích mở rộng Chrome được phát triển bởi Mike Crittenden, và tính năng chính của nó là "Redirect YouTube URLs to Toogl.es for fun and profit".
Ả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 Toogles
Tải xuống các tệp mở rộng Toogles 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
Toogles (http://toogl.es) is a super fast minimal alternative interface for YouTube. It's refreshingly different than the bulk of YouTube.com. This extension just redirects you to the Toogles version of any YouTube video that you open (it ignores all other YouTube pages such as playlists and users). That's it. No hidden features or sketchy permissions or anything like that. If you really want to view a video on YouTube you can click the video's title on Toogles to force it that once (or just add &toogles=0 to the end of the YouTube video URL). Open source on GitHub: http://bit.ly/TbTJBm
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kljfdbkcacjeogbiiiikahgkmmlgdekf |
URL Chính Thức | https://chrome.google.com/webstore/detail/toogles/kljfdbkcacjeogbiiiikahgkmmlgdekf |
Mô tả | Redirect YouTube URLs to Toogl.es for fun and profit |
Kích Thước Tệp | 9.62 KB |
Số Lần Cài Đặt | 1,522 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2015-05-11 |
Ngày Phát Hành | 2015-05-11 |
Đánh Giá | 4.25/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Mike Crittenden |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://toogl.es |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toogles", "manifest_version": 2, "description": "Redirect YouTube URLs to Toogl.es for fun and profit", "version": "1.1.1", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.youtube.com\/watch*" ], "background": { "page": "background.html" }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" } } |