Plug.dj YouTube Import Redirector
Redirect YouTube import request with correct parameters on plug.dj
Plug.dj YouTube Import Redirectorคืออะไร?
Plug.dj YouTube Import Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Redirect YouTube import request with correct parameters on plug.dj"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plug.dj YouTube Import Redirector
ดาวน์โหลดไฟล์ส่วนขยาย Plug.dj YouTube Import Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Plug.dj YouTube Import Redirector |
ID | fbhkbgkkhaghlpocmliddkkdklpfphhc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/plugdj-youtube-import-red/fbhkbgkkhaghlpocmliddkkdklpfphhc |
คำอธิบาย | Redirect YouTube import request with correct parameters on plug.dj |
ขนาดไฟล์ | 21.74 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2020-06-01 |
วันที่เผยแพร่ | 2020-05-31 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://git.io/Jf6io |
ภาษาที่รองรับ | 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\/*" ] } |