Youtube to Playit Convertor
Converts the iframe and embeded video of youtube to playit.pk iframe.
Youtube to Playit Convertorคืออะไร?
Youtube to Playit Convertor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rasikhkhattat และคุณลักษณะหลักของมันคือ "Converts the iframe and embeded video of youtube to playit.pk iframe."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube to Playit Convertor
ดาวน์โหลดไฟล์ส่วนขยาย Youtube to Playit Convertor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Converts the iframe and embeded video of youtube to playit.pk iframe. Very handy for users where youtube is blocked.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gdkpnafkljioejflaneicgaagjindfdg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-to-playit-convert/gdkpnafkljioejflaneicgaagjindfdg |
คำอธิบาย | Converts the iframe and embeded video of youtube to playit.pk iframe. |
ขนาดไฟล์ | 42.4 KB |
จำนวนการติดตั้ง | 302 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-04-02 |
วันที่เผยแพร่ | 2015-03-10 |
คะแนน | 4.73/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | rasikhkhattat |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |