RotateYoutube
Rotate Youtube Videos
RotateYoutubeคืออะไร?
RotateYoutube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TheMasterKey และคุณลักษณะหลักของมันคือ "Rotate Youtube Videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RotateYoutube
ดาวน์โหลดไฟล์ส่วนขยาย RotateYoutube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Rotate Youtube Videos for Fun
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RotateYoutube |
ID | odhcpcjgkejkhnljelfacpkgmhpllinc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/odhcpcjgkejkhnljelfacpkgmhpllinc |
คำอธิบาย | Rotate Youtube Videos |
ขนาดไฟล์ | 13.37 KB |
จำนวนการติดตั้ง | 133 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-03-22 |
วันที่เผยแพร่ | 2020-03-22 |
ผู้พัฒนา | TheMasterKey |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RotateYoutube", "version": "1.0.0", "description": "Rotate Youtube Videos", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "icons": { "16": "Icon16.png", "48": "Icon48.png", "128": "Icon128.png" }, "browser_action": { "default_title": "RotateYoutube" }, "web_accessible_resources": [ "script.js" ] } |