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\/*" ] } |