iPrevYou
Preview youtube videos on the spot without leaving the page
iPrevYou là gì?
iPrevYou là một tiện ích mở rộng Chrome được phát triển bởi iprevyou, và tính năng chính của nó là "Preview youtube videos on the spot without leaving the page".
Ả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 iPrevYou
Tải xuống các tệp mở rộng iPrevYou 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
Remove the hassle of opening a new page to view a youtube video and watch them right on spot. In combination with the our chrome app you can also view videos outside the youtube webpage.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cmdehdaenpmcjddcnfejenikokbgghei |
URL Chính Thức | https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei |
Mô tả | Preview youtube videos on the spot without leaving the page |
Kích Thước Tệp | 86.43 KB |
Số Lần Cài Đặt | 605 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2017-09-01 |
Ngày Phát Hành | 2017-09-01 |
Đánh Giá | 4.35/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | iprevyou |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.iprevyou.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "iprevyou" }, "description": "Preview youtube videos on the spot without leaving the page", "web_accessible_resources": [ "scripts\/*", "fonts\/*", "main.css", "popup.js", "plugin\/*" ], "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "name": "iPrevYou", "short_name": "iPrevYou", "homepage_url": "http:\/\/iprevyou.com", "permissions": [ "*:\/\/*\/*", "background", "management", "tabs", "storage", "*:\/\/*\/*", " |