Anti-Short
Stop using YouTube's short video player.
Apa itu Anti-Short?
Anti-Short adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Stop using YouTube's short video player.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Anti-Short
Unduh file ekstensi Anti-Short 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 bypasses the new YouTube short viewer by automatically redirecting to the "normal"/classic YouTube video viewer.
Informasi Dasar Ekstensi
Nama | Anti-Short |
ID | icndfcelhhpiihkbchfakognjlcchflc |
URL Resmi | https://chromewebstore.google.com/detail/anti-short/icndfcelhhpiihkbchfakognjlcchflc |
Deskripsi | Stop using YouTube's short video player. |
Ukuran File | 180 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 1.0 pre-release |
Terakhir Diperbarui | 2022-04-06 |
Tanggal Publikasi | 2022-04-06 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/stautonico/anti-short |
URL Halaman Bantuan | https://github.com/stautonico/anti-short |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Anti-Short", "version": "1.0", "version_name": "1.0 pre-release", "description": "Stop using YouTube's short video player.", "author": "Steve Tautonico", "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "homepage_url": "https:\/\/github.com\/stautonico\/anti-short", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" } } |