https://github.com/wasabina67/element-hider
ElementHider
https://github.com/wasabina67/element-hider
chrome chrome-extension element
Last synced: 5 days ago
JSON representation
ElementHider
- Host: GitHub
- URL: https://github.com/wasabina67/element-hider
- Owner: wasabina67
- License: mit
- Created: 2026-01-23T21:28:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-24T06:20:38.000Z (5 months ago)
- Last Synced: 2026-01-24T10:26:34.574Z (5 months ago)
- Topics: chrome, chrome-extension, element
- Language: JavaScript
- Homepage:
- Size: 231 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# element-hider
[](https://chromewebstore.google.com/detail/elementhider/ddcnphechponejjemojpeicldggbkpnb)
ElementHider
Hide any element on a webpage with a right-click.
## Install
### chrome web store
https://chromewebstore.google.com/detail/elementhider/ddcnphechponejjemojpeicldggbkpnb
### Developer mode
https://github.com/wasabina67/element-hider/raw/refs/heads/main/zip/1.0/elementhider.zip
## How to use
1. Open any webpage in Google Chrome
2. Right-click on the element you want to hide (it will be highlighted with a red outline)
3. Click "ElementHider" in the context menu to hide the element
## Developer Dashboard
### Creating a ZIP file
```bash
rm -rf elementhider.zip && zip -r elementhider.zip * -x "screenshots/*" -x "zip/*"
```
### Build / listing
- description
```
1. Open any webpage in Google Chrome
2. Right-click on the element you want to hide (it will be highlighted with a red outline)
3. Click "ElementHider" in the context menu to hide the element
```
- category: Tool
- language: English
- screenshot: `1280x800`, `JPEG`
- Homepage URL
```
https://github.com/wasabina67/element-hider
```
- Support URL
```
https://github.com/wasabina67/element-hider
```
### Build / privacy
#### 単一用途
```
この拡張機能は、ウェブページ上の任意の要素を右クリックで簡単に非表示にすることだけを目的としています。邪魔な広告やバナーなど、不要な要素をワンクリックで隠すことができます。
```
#### 権限が必要な理由
contextMenus
```
右クリックメニューに「ElementHider」の項目を追加するために使用します。ユーザーが簡単に要素を非表示にできるようにするためです。
```
activeTab
```
ユーザーがコンテキストメニューをクリックしたときに、現在開いているタブにアクセスするために使用します。選択された要素を非表示にするためにタブとの通信が必要です。
```
ホスト権限
```
すべてのウェブページで要素を非表示にする機能を提供するために、コンテンツスクリプトがすべてのURLで実行される必要があります。これにより、ユーザーはどのウェブサイトでも不要な要素を非表示にすることができます。
```
リモートコード を使用していますか?
- [x] いいえ、リモートコード を使用していません