VRV Next Button
Adds a next button to vrv so you can skip episodes.
VRV Next Buttonคืออะไร?
VRV Next Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sepehr411 และคุณลักษณะหลักของมันคือ "Adds a next button to vrv so you can skip episodes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VRV Next Button
ดาวน์โหลดไฟล์ส่วนขยาย VRV Next Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a next button to vrv so you can skip episodes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bogncfgdkcjpdnaemoapihoigbhblnla |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/vrv-next-button/bogncfgdkcjpdnaemoapihoigbhblnla |
คำอธิบาย | Adds a next button to vrv so you can skip episodes. |
ขนาดไฟล์ | 40.02 KB |
จำนวนการติดตั้ง | 255 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-01-04 |
วันที่เผยแพร่ | 2020-01-04 |
คะแนน | 3.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | sepehr411 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VRV Next Button", "short_name": "VrvNextButton", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/static.vrv.co\/*" ], "js": [ "index.js" ], "all_frames": true } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |