Google Ad Blocker
Blocks Google Ads in search results.
Google Ad Blockerとは何ですか?
Google Ad Blockerはmm-webconsultingによって開発されたChromeの拡張機能で、その主な機能は「Blocks Google Ads in search results.」です。
拡張機能のスクリーンショット
Google Ad Blocker拡張機能のCRXファイルをダウンロード
Google Ad Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Google Ad Blocker entfernt die Werbeanzeigen in den Suchergebnissen.
拡張機能の基本情報
名前 | Google Ad Blocker |
ID | oekldebgglamjinopejlfdefedeodlfe |
公式URL | https://chromewebstore.google.com/detail/google-ad-blocker/oekldebgglamjinopejlfdefedeodlfe |
説明 | Blocks Google Ads in search results. |
ファイルサイズ | 67.84 KB |
インストール数 | 1,177 |
現在のバージョン | 1.5 |
最終更新日 | 2018-02-16 |
公開日 | 2018-02-16 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | mm-webconsulting |
支払い方法 | free |
拡張機能のウェブサイト | https://www.mm-webconsulting.com/ |
ヘルプページのURL | https://www.mm-webconsulting.com/kontakt.php |
対応言語 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_Extension_name__", "description": "__MSG_Extension_description__", "version": "1.5", "content_scripts": [ { "js": [ "jquery-1.11.1.min.js", "init.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "de", "icons": { "128": "icon-128.png" } } |