Block Code Grepper
Prevent annoying Code Grepper results from showing up in your search results.
Block Code Grepperとは何ですか?
Block Code Grepperはwebdev2によって開発されたChromeの拡張機能で、その主な機能は「Prevent annoying Code Grepper results from showing up in your search results.」です。
拡張機能のスクリーンショット
Block Code Grepper拡張機能のCRXファイルをダウンロード
Block Code Grepper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Prevent annoying Code Grepper results from showing up in your search results. This extension hides Code Grepper results when searching on Google. Improve your productivity when searching for code-related questions. 拡張機能の基本情報
| 名前 | |
| ID | cldfgppklfnecbfjhlkaahedfkddmaih |
| 公式URL | https://chromewebstore.google.com/detail/block-code-grepper/cldfgppklfnecbfjhlkaahedfkddmaih |
| 説明 | Prevent annoying Code Grepper results from showing up in your search results. |
| ファイルサイズ | 35.83 KB |
| インストール数 | 95 |
| 現在のバージョン | 0.0.0.1 |
| 最終更新日 | 2022-04-11 |
| 公開日 | 2022-04-10 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | webdev2 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Block Code Grepper",
"description": "Prevent annoying Code Grepper results from showing up in your search results.",
"version": "0.0.0.1",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/*"
],
"js": [
"jquery-3.6.0.min.js",
"background.js"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"32": "icon2.png"
}
} | |