IdeaNova Drm Extension
This extension connects to the drm plugin
IdeaNova Drm Extensionคืออะไร?
IdeaNova Drm Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ofer และคุณลักษณะหลักของมันคือ "This extension connects to the drm plugin"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IdeaNova Drm Extension
ดาวน์โหลดไฟล์ส่วนขยาย IdeaNova Drm Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | fdfplckobapecdcakjbodmnkodmhpbjn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ideanova-drm-extension/fdfplckobapecdcakjbodmnkodmhpbjn |
คำอธิบาย | This extension connects to the drm plugin |
ขนาดไฟล์ | 3.96 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2015-03-31 |
วันที่เผยแพร่ | 2015-03-31 |
คะแนน | 2.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | ofer |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IdeaNova Drm Extension", "description": "This extension connects to the drm plugin", "version": "1.5", "permissions": [ "nativeMessaging", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "present.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "host.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |