EMD Scanner
This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains.
什么是EMD Scanner?
EMD Scanner是由Alpha9 Marketing开发的Chrome扩展程序,该扩展的主要功能是“This extension modify the SEM-Tool (SEM-tool.com) results and shows new unregistered Domains.”。
扩展截图
下载EMD Scanner扩展crx文件
下载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\/*" ] } |