Chat GPT Column Hider
Keep your search queries private with our Chat GPT Column Hider extension. Whether you're at work, at home, or in a public place,…
What is Chat GPT Column Hider?
Chat GPT Column Hider is a Chrome extension developed by clastermilk, and its main feature is "Keep your search queries private with our Chat GPT Column Hider extension. Whether you're at work, at home, or in a public place,…".
Extension Screenshots
Download Chat GPT Column Hider Extension CRX File
Download Chat GPT Column Hider 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
Keep your search queries private with our Chat GPT Column Hider extension. Whether you're at work, at home, or in a public place, you can use our extension to easily hide the GPT column in your chat window and keep your search history out of sight. Simply click on the extension icon to toggle the GPT column on or off, and enjoy a more secure and private chat experience. Protect your privacy and try Chat GPT column hider today! P.S. This extension fully coded by Chat GPT, description writed by it too ;)
Extension Basic Information
Name | |
ID | plgdiljphjfidbgcaokflelapklkphmf |
Official URL | https://chromewebstore.google.com/detail/chat-gpt-column-hider/plgdiljphjfidbgcaokflelapklkphmf |
Description | Keep your search queries private with our Chat GPT Column Hider extension. Whether you're at work, at home, or in a public place,… |
File Size | 4.88 KB |
Installation Count | 2,725 |
Current Version | 1.0 |
Last Updated | 2023-01-05 |
Publish Date | 2023-01-04 |
Rating | 1.80/5 Total 5 Ratings |
Developer | clastermilk |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chat GPT Column Hider", "version": "1.0", "manifest_version": 3, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/chat.openai.com\/" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html", "scripts": [ "popup.js" ] } } |