Youtube to Playit Convertor
Converts the iframe and embeded video of youtube to playit.pk iframe.
Youtube to Playit Convertor là gì?
Youtube to Playit Convertor là một tiện ích mở rộng Chrome được phát triển bởi rasikhkhattat, và tính năng chính của nó là "Converts the iframe and embeded video of youtube to playit.pk iframe.".
Ả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 Youtube to Playit Convertor
Tải xuống các tệp mở rộng Youtube to Playit Convertor 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
Converts the iframe and embeded video of youtube to playit.pk iframe. Very handy for users where youtube is blocked.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gdkpnafkljioejflaneicgaagjindfdg |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-to-playit-convert/gdkpnafkljioejflaneicgaagjindfdg |
Mô tả | Converts the iframe and embeded video of youtube to playit.pk iframe. |
Kích Thước Tệp | 42.4 KB |
Số Lần Cài Đặt | 302 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-04-02 |
Ngày Phát Hành | 2015-03-10 |
Đánh Giá | 4.73/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | rasikhkhattat |
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", "name": "Youtube to Playit Convertor", "description": "Converts the iframe and embeded video of youtube to playit.pk iframe.", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Youtube to Playit Convertor.", "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "youtube_script.js", "playit_script.js" ] } ], "manifest_version": 2 } |