An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# element-hider

[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ddcnphechponejjemojpeicldggbkpnb?logo=google-chrome&logoColor=white&label=Chrome%20Web%20Store&labelColor=4285F4&color=4285F4)](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] いいえ、リモートコード を使用していません