InstaVolume
Extension that adds controls to the Instagram videos.
InstaVolumeคืออะไร?
InstaVolume เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DedaDev และคุณลักษณะหลักของมันคือ "Extension that adds controls to the Instagram videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InstaVolume
ดาวน์โหลดไฟล์ส่วนขยาย InstaVolume ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension that adds controls to the Instagram videos, which allows you to change the volume, jump to specific time etc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | InstaVolume |
ID | fijibcffnfpfeohnokdhdgppnhhmhpln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln |
คำอธิบาย | Extension that adds controls to the Instagram videos. |
ขนาดไฟล์ | 21.07 KB |
จำนวนการติดตั้ง | 66 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2020-04-09 |
วันที่เผยแพร่ | 2020-04-09 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | DedaDev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InstaVolume", "version": "0.0.2", "manifest_version": 2, "description": "Extension that adds controls to the Instagram videos.", "homepage_url": "http:\/\/dedadev.top", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_locale": "en", "permissions": [ "https:\/\/www.instagram.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |