Anti-Short
Stop using YouTube's short video player.
Anti-Shortคืออะไร?
Anti-Short เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Stop using YouTube's short video player."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anti-Short
ดาวน์โหลดไฟล์ส่วนขยาย Anti-Short ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension bypasses the new YouTube short viewer by automatically redirecting to the "normal"/classic YouTube video viewer. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | icndfcelhhpiihkbchfakognjlcchflc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/anti-short/icndfcelhhpiihkbchfakognjlcchflc |
| คำอธิบาย | Stop using YouTube's short video player. |
| ขนาดไฟล์ | 180 KB |
| จำนวนการติดตั้ง | 37 |
| เวอร์ชันปัจจุบัน | 1.0 pre-release |
| อัปเดตครั้งล่าสุด | 2022-04-06 |
| วันที่เผยแพร่ | 2022-04-06 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Unknown |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/stautonico/anti-short |
| URL หน้าช่วยเหลือ | https://github.com/stautonico/anti-short |
| ภาษาที่รองรับ | 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"
}
} | |