Block Code Grepper
Prevent annoying Code Grepper results from showing up in your search results.
What is Block Code Grepper?
Block Code Grepper is a Chrome extension developed by webdev2, and its main feature is "Prevent annoying Code Grepper results from showing up in your search results.".
Extension Screenshots
Download Block Code Grepper Extension CRX File
Download Block Code Grepper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Block Code Grepper |
ID | cldfgppklfnecbfjhlkaahedfkddmaih |
Official URL | https://chromewebstore.google.com/detail/block-code-grepper/cldfgppklfnecbfjhlkaahedfkddmaih |
Description | Prevent annoying Code Grepper results from showing up in your search results. |
File Size | 35.83 KB |
Installation Count | 95 |
Current Version | 0.0.0.1 |
Last Updated | 2022-04-11 |
Publish Date | 2022-04-10 |
Rating | 4.00/5 Total 4 Ratings |
Developer | webdev2 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |