Google Ad Highlighter
Change the way that Google search ads appear, so that you can tell them from organic results.
Google Ad Highlighterとは何ですか?
Google Ad Highlighterはhttp://mackgrenfell.comによって開発されたChromeの拡張機能で、その主な機能は「Change the way that Google search ads appear, so that you can tell them from organic results.」です。
拡張機能のスクリーンショット
Google Ad Highlighter拡張機能のCRXファイルをダウンロード
Google Ad Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With the changes Google have made to how ads appear in search results, it's becoming increasingly difficult to tell what are ads and what are organic results. This extension reverts some of this behaviour, by highlighting ads in the green colour that Google used up to the start of 2020. This way, you can still see ads, but they're much easier to differentiate from organic results.
拡張機能の基本情報
名前 | |
ID | efdnfkeepomldekelmahchfniegccmhn |
公式URL | https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn |
説明 | Change the way that Google search ads appear, so that you can tell them from organic results. |
ファイルサイズ | 9.77 KB |
インストール数 | 49 |
現在のバージョン | 0.0.1 |
最終更新日 | 2020-01-27 |
公開日 | 2020-01-27 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | http://mackgrenfell.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Ad Highlighter", "version": "0.0.1", "manifest_version": 2, "description": "Change the way that Google search ads appear, so that you can tell them from organic results.", "homepage_url": "https:\/\/mackgrenfell.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "contentSettings" ], "content_scripts": [ { "matches": [ "https:\/\/*\/search*" ], "css": [ "src\/inject\/inject.css" ] } ] } |