AVS test Plugin
This extension is a test by AVS
AVS test Pluginคืออะไร?
AVS test Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย averst69 และคุณลักษณะหลักของมันคือ "This extension is a test by AVS"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AVS test Plugin
ดาวน์โหลดไฟล์ส่วนขยาย AVS test Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | ghpkeilnfblaganigjleafeedepcppib |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/avs-test-plugin/ghpkeilnfblaganigjleafeedepcppib |
คำอธิบาย | This extension is a test by AVS |
ขนาดไฟล์ | 4.77 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-27 |
วันที่เผยแพร่ | 2015-11-27 |
ผู้พัฒนา | averst69 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AVS test Plugin", "description": "This extension is a test by AVS", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |