Reverse Youtube
Made to avoid torticollis while using a secondary screen. This extension swaps 'primary video' and 'related contents' layouts.
Apa itu Reverse Youtube?
Reverse Youtube adalah ekstensi Chrome yang dikembangkan oleh https://citadelle-du-web.com, dan fitur utamanya adalah "Made to avoid torticollis while using a secondary screen. This extension swaps 'primary video' and 'related contents' layouts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reverse Youtube
Unduh file ekstensi Reverse Youtube 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
This extension swaps 'primary video' and 'related contents' layouts in youtube.com
Informasi Dasar Ekstensi
Nama | Reverse Youtube |
ID | bbkebkkkocmacciojigkliggadljbmai |
URL Resmi | https://chromewebstore.google.com/detail/reverse-youtube/bbkebkkkocmacciojigkliggadljbmai |
Deskripsi | Made to avoid torticollis while using a secondary screen. This extension swaps 'primary video' and 'related contents' layouts. |
Ukuran File | 53.5 KB |
Jumlah Instalasi | 583 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-03-05 |
Tanggal Publikasi | 2021-03-04 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | https://citadelle-du-web.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://citadelle-du-web.com/projects/reverse-youtube |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Reverse Youtube", "description": "Made to avoid torticollis while using a secondary screen. This extension swaps 'primary video' and 'related contents' layouts.", "permissions": [ "storage" ], "browser_action": { "default_title": "Reverse Youtube", "default_popup": "popup.html", "default_icon": { "16": "images\/logo-16.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } } |