MineBlock
This extension will find and remove js miners
MineBlockとは何ですか?
MineBlockはshimongbによって開発されたChromeの拡張機能で、その主な機能は「This extension will find and remove js miners」です。
拡張機能のスクリーンショット
MineBlock拡張機能のCRXファイルをダウンロード
MineBlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The AdBlock for miners! 拡張機能の基本情報
| 名前 | |
| ID | dmcpbelgocmkmgbbpndggbilfljilkgk |
| 公式URL | https://chromewebstore.google.com/detail/mineblock/dmcpbelgocmkmgbbpndggbilfljilkgk |
| 説明 | This extension will find and remove js miners |
| ファイルサイズ | 4.92 KB |
| インストール数 | 652 |
| 現在のバージョン | 2.1 |
| 最終更新日 | 2017-09-30 |
| 公開日 | 2017-09-30 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | shimongb |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.sqlsolutions.co.il |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MineBlock",
"description": "This extension will find and remove js miners",
"version": "2.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"inject.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
"popup.js",
"inject.js"
],
"permissions": [
"activeTab"
]
} | |