Plug.dj YouTube Import Redirector
Redirect YouTube import request with correct parameters on plug.dj
Plug.dj YouTube Import Redirector là gì?
Plug.dj YouTube Import Redirector là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Redirect YouTube import request with correct parameters on plug.dj".
Ả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 Plug.dj YouTube Import Redirector
Tải xuống các tệp mở rộng Plug.dj YouTube Import Redirector 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
This extension fixes the issues plug.dj has with importing from YouTube. With this extension activated you should be able to import as expected. It uses a redirect to pass the proper params to the YouTube api before the request is sent.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Plug.dj YouTube Import Redirector |
ID | fbhkbgkkhaghlpocmliddkkdklpfphhc |
URL Chính Thức | https://chromewebstore.google.com/detail/plugdj-youtube-import-red/fbhkbgkkhaghlpocmliddkkdklpfphhc |
Mô tả | Redirect YouTube import request with correct parameters on plug.dj |
Kích Thước Tệp | 21.74 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2020-06-01 |
Ngày Phát Hành | 2020-05-31 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://git.io/Jf6io |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plug.dj YouTube Import Redirector", "description": "Redirect YouTube import request with correct parameters on plug.dj", "version": "0.0.1", "icons": { "16": "rsrc\/icon-16px.png", "48": "rsrc\/icon-48px.png", "128": "rsrc\/icon-128px.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/content.googleapis.com\/youtube\/*" ] } |