{"id":50959934,"url":"https://github.com/wasabina67/element-hider","last_synced_at":"2026-06-18T12:04:09.573Z","repository":{"id":334287017,"uuid":"1140869927","full_name":"wasabina67/element-hider","owner":"wasabina67","description":"ElementHider","archived":false,"fork":false,"pushed_at":"2026-01-24T06:20:38.000Z","size":237,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-24T10:26:34.574Z","etag":null,"topics":["chrome","chrome-extension","element"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wasabina67.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-23T21:28:17.000Z","updated_at":"2026-01-24T06:20:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wasabina67/element-hider","commit_stats":null,"previous_names":["wasabina67/element-hider"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/wasabina67/element-hider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabina67%2Felement-hider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabina67%2Felement-hider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabina67%2Felement-hider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabina67%2Felement-hider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wasabina67","download_url":"https://codeload.github.com/wasabina67/element-hider/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabina67%2Felement-hider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34489200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","chrome-extension","element"],"created_at":"2026-06-18T12:04:08.019Z","updated_at":"2026-06-18T12:04:09.563Z","avatar_url":"https://github.com/wasabina67.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# element-hider\n\n[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ddcnphechponejjemojpeicldggbkpnb?logo=google-chrome\u0026logoColor=white\u0026label=Chrome%20Web%20Store\u0026labelColor=4285F4\u0026color=4285F4)](https://chromewebstore.google.com/detail/elementhider/ddcnphechponejjemojpeicldggbkpnb)\n\nElementHider\n\nHide any element on a webpage with a right-click.\n\n## Install\n\n### chrome web store\n\nhttps://chromewebstore.google.com/detail/elementhider/ddcnphechponejjemojpeicldggbkpnb\n\n### Developer mode\n\nhttps://github.com/wasabina67/element-hider/raw/refs/heads/main/zip/1.0/elementhider.zip\n\n## How to use\n\n1. Open any webpage in Google Chrome\n2. Right-click on the element you want to hide (it will be highlighted with a red outline)\n3. Click \"ElementHider\" in the context menu to hide the element\n\n## Developer Dashboard\n\n### Creating a ZIP file\n\n```bash\nrm -rf elementhider.zip \u0026\u0026 zip -r elementhider.zip * -x \"screenshots/*\" -x \"zip/*\"\n```\n\n### Build / listing\n\n- description\n\n```\n1. Open any webpage in Google Chrome\n2. Right-click on the element you want to hide (it will be highlighted with a red outline)\n3. Click \"ElementHider\" in the context menu to hide the element\n```\n\n- category: Tool\n- language: English\n- screenshot: `1280x800`, `JPEG`\n- Homepage URL\n\n```\nhttps://github.com/wasabina67/element-hider\n```\n\n- Support URL\n\n```\nhttps://github.com/wasabina67/element-hider\n```\n\n### Build / privacy\n\n#### 単一用途\n\n```\nこの拡張機能は、ウェブページ上の任意の要素を右クリックで簡単に非表示にすることだけを目的としています。邪魔な広告やバナーなど、不要な要素をワンクリックで隠すことができます。\n```\n\n#### 権限が必要な理由\n\ncontextMenus\n\n```\n右クリックメニューに「ElementHider」の項目を追加するために使用します。ユーザーが簡単に要素を非表示にできるようにするためです。\n```\n\nactiveTab\n\n```\nユーザーがコンテキストメニューをクリックしたときに、現在開いているタブにアクセスするために使用します。選択された要素を非表示にするためにタブとの通信が必要です。\n```\n\nホスト権限\n\n```\nすべてのウェブページで要素を非表示にする機能を提供するために、コンテンツスクリプトがすべてのURLで実行される必要があります。これにより、ユーザーはどのウェブサイトでも不要な要素を非表示にすることができます。\n```\n\nリモートコード を使用していますか？\n\n- [x] いいえ、リモートコード を使用していません\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasabina67%2Felement-hider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwasabina67%2Felement-hider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasabina67%2Felement-hider/lists"}