AdEraser
Erase Annoying ADs
AdEraserとは何ですか?
AdEraserはVinod Kumarによって開発されたChromeの拡張機能で、その主な機能は「Erase Annoying ADs」です。
AdEraser拡張機能のCRXファイルをダウンロード
AdEraser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Annoyed with intrusive Ads? AdEraser helps you remove Ads from any webpage. Steps to remove Ads Press Control Key. Move cusror over the Ad block. Hold for half a second.
拡張機能の基本情報
名前 | |
ID | fjdelnndmmlhciepkjipfammigimegfa |
公式URL | https://chrome.google.com/webstore/detail/aderaser/fjdelnndmmlhciepkjipfammigimegfa |
説明 | Erase Annoying ADs |
ファイルサイズ | 40.42 KB |
インストール数 | 36 |
現在のバージョン | 1.2 |
最終更新日 | 2017-02-23 |
公開日 | 2017-02-23 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Vinod Kumar |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AdEraser", "description": "Erase Annoying ADs", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.1.1.min.js", "script.js" ] } ] } |