Video Rotater
Rotate the Video Player to the angle you desire.
Apa itu Video Rotater?
Video Rotater adalah ekstensi Chrome yang dikembangkan oleh eccentricjinp, dan fitur utamanya adalah "Rotate the Video Player to the angle you desire.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Video Rotater
Unduh file ekstensi Video Rotater dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
1. It is completely free. 2. Tested on the Youtube and other play page. 3. Press Ctrl+C to rotate the player in full screen. 4. Enjoy. Update log: 2021/12/07: Tested on more play pages, mainly Youtube player. 2022/07/15: Bug fixed.
Informasi Dasar Ekstensi
Nama | |
ID | fmeabdadndledapjgaaheekjneoibhlp |
URL Resmi | https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp |
Deskripsi | Rotate the Video Player to the angle you desire. |
Ukuran File | 11.42 KB |
Jumlah Instalasi | 2,043 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2022-07-16 |
Tanggal Publikasi | 2021-09-10 |
Penilaian | 4.20/5 Total 20 Penilaian |
Pengembang | eccentricjinp |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Rotater", "description": "Rotate the Video Player to the angle you desire.", "version": "1.2", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+R", "mac": "MacCtrl+R" }, "description": "Rotate the Video Player." } } } |