CIDNET.net Extension
Extension used to update CIDNET.net application cache.
CIDNET.net Extensionคืออะไร?
CIDNET.net Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CIDNET และคุณลักษณะหลักของมันคือ "Extension used to update CIDNET.net application cache."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CIDNET.net Extension
ดาวน์โหลดไฟล์ส่วนขยาย CIDNET.net Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension used to update CIDNET.net application cache.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gcohaepdkjgbgmdfggpnijcldpbahjgo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cidnetnet-extension/gcohaepdkjgbgmdfggpnijcldpbahjgo |
คำอธิบาย | Extension used to update CIDNET.net application cache. |
ขนาดไฟล์ | 10.61 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-11-05 |
วันที่เผยแพร่ | 2018-11-05 |
ผู้พัฒนา | CIDNET |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CIDNET.net Extension", "version": "1.0", "description": "Extension used to update CIDNET.net application cache.", "icons": { "16": "logo-icon.png", "48": "logo-icon.png", "128": "logo-icon.png" }, "browser_action": { "default_title": "CIDNET.net Extension", "default_icon": "logo-icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "browsingData", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*.cidnet.net\/*", "https:\/\/*.cidnet.net\/*", "http:\/\/*.encartele.net\/*", "https:\/\/*.encartele.net\/*" ], "js": [ "content.js" ], "all_frames": true } ], "externally_connectable": { "matches": [ "http:\/\/*.cidnet.net\/*", "https:\/\/*.cidnet.net\/*", "http:\/\/*.encartele.net\/*", "https:\/\/*.encartele.net\/*" ], "all_frames": true } } |