EMD Scanner
This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains.
EMD Scannerคืออะไร?
EMD Scanner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alpha9 Marketing และคุณลักษณะหลักของมันคือ "This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EMD Scanner
ดาวน์โหลดไฟล์ส่วนขยาย EMD Scanner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mchjdjdnfgcnmkaipccibilnaehbiomc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/emd-scanner/mchjdjdnfgcnmkaipccibilnaehbiomc |
คำอธิบาย | This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains. |
ขนาดไฟล์ | 216 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 4.0.1 |
อัปเดตครั้งล่าสุด | 2015-06-29 |
วันที่เผยแพร่ | 2015-06-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Alpha9 Marketing |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.sem-tool.com/kitt |
ภาษาที่รองรับ | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EMD Scanner", "description": "This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains.", "version": "4.0.1", "icons": { "48": "res\/logo.png", "128": "res\/logo.png" }, "browser_action": { "default_icon": "res\/logo.png", "default_popup": "extensionscript\/popup.html", "default_title": "EMD Scanner" }, "content_scripts": [ { "js": [ "contentscript\/jquery.js", "contentscript\/analyse.js" ], "matches": [ "http:\/\/www.sem-tool.com\/*", "https:\/\/www.sem-tool.com\/*" ] } ], "options_page": "options\/option.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/", "https:\/\/sem-tool.com\/*", "http:\/\/cs-testarea.web2-alpha9.de:80\/*", "https:\/\/emdscanner.sem-tool.com:80\/*", "https:\/\/emdscanner.sem-tool.com:443\/*", "http:\/\/sem-tool.com\/*" ] } |