Audio tracker
This extension sends titles of tabs with audio to localhost.
Audio trackerคืออะไร?
Audio tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย androsik.dev และคุณลักษณะหลักของมันคือ "This extension sends titles of tabs with audio to localhost."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio tracker
ดาวน์โหลดไฟล์ส่วนขยาย Audio tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension tracks tabs with audio and sends post requests with tabs titles to localhost:8080.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Audio tracker |
ID | hcpagpicgmcedfgahljaaijcfmjjiofc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/audio-tracker/hcpagpicgmcedfgahljaaijcfmjjiofc |
คำอธิบาย | This extension sends titles of tabs with audio to localhost. |
ขนาดไฟล์ | 56.55 KB |
จำนวนการติดตั้ง | 69 |
เวอร์ชันปัจจุบัน | 0.0.0.3 |
อัปเดตครั้งล่าสุด | 2020-08-07 |
วันที่เผยแพร่ | 2020-07-29 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | androsik.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/anzhedro/audio_listener |
URL หน้าช่วยเหลือ | https://github.com/anzhedro/audio_listener |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Audio tracker", "description": "This extension sends titles of tabs with audio to localhost.", "version": "0.0.0.3", "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "permissions": [ "tabs", "storage", "http:\/\/localhost\/*" ], "content_scripts": [ { "matches": [ " |