Hide My Web
Hide, blur, and highlight elements of any webpage with a single click of mouse.
Hide My Webとは何ですか?
Hide My WebはDivyanshuによって開発されたChromeの拡張機能で、その主な機能は「Hide, blur, and highlight elements of any webpage with a single click of mouse.」です。
拡張機能のスクリーンショット
Hide My Web拡張機能のCRXファイルをダウンロード
Hide My Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hide My Web is an add-on(extension) for web browsers which will help you to hide, blur and highlight any webpage element with a single click of mouse. You can also hide your webpage title with Hide My Web.
✅No need of any technical knowledge just click on selected element and let it do for you.
⭕If you are a creator or educator and you record video and then waste time on video editing to find sensitive information and cut it or blur it.
✅Hide My Web is here to help and save your time.
⭕If you are a teacher and you share your screen with students but sometimes want to hide something on webpage.
✅Hide My Web is here to hide your sensitive data and let you highlight the portion you want.
⭕If shitty ads are distracting you from reading anything on any webpage.
✅Hide My Web is here to hide all the containers that are showing ads.
⭕If you are showing somebody something on webpage but don't want to share that webpage detail with others.
✅Hide My Web is here to hide your webpage's title.
😃🤩Many more features are on the way.
So, what are you waiting for, get your license key or request a free trial of Hide My Web.
Visit our website and get your License Key today.👍
If you like Hide My Web don't forgot to give review below. 😊 拡張機能の基本情報
| 名前 | |
| ID | oapgmeapgbmdojmelccgekofdepjinpi |
| 公式URL | https://chromewebstore.google.com/detail/hide-my-web/oapgmeapgbmdojmelccgekofdepjinpi |
| 説明 | Hide, blur, and highlight elements of any webpage with a single click of mouse. |
| ファイルサイズ | 98.01 KB |
| インストール数 | 163 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2023-09-29 |
| 公開日 | 2021-06-18 |
| 評価 | 2.60/5 合計 5 レビュー |
| 開発者 | Divyanshu |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://hidemyweb.wordpress.com |
| ヘルプページのURL | https://hidemyweb.wordpress.com |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hide My Web",
"version": "1.0.3",
"icons": {
"16": "hidemyweb.png"
},
"background": {
"page": "background.html",
"persistent": false
},
"description": "Hide, blur, and highlight elements of any webpage with a single click of mouse.",
"browser_action": {
"default_icon": "hidemyweb.png"
},
"permissions": [
"activeTab",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/www.gstatic.com; object-src 'self'"
} | |