{"id":34807627,"url":"https://github.com/mehyaa/browser-extension-open-in-incognito","last_synced_at":"2026-05-25T09:34:20.408Z","repository":{"id":98206560,"uuid":"358240540","full_name":"mehyaa/browser-extension-open-in-incognito","owner":"mehyaa","description":"Open in Incognito helps you open active tab, a link or selection in incognito window.","archived":false,"fork":false,"pushed_at":"2025-11-25T11:59:57.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T22:52:34.921Z","etag":null,"topics":[],"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/mehyaa.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":"2021-04-15T11:52:05.000Z","updated_at":"2025-11-25T12:00:00.000Z","dependencies_parsed_at":"2023-05-18T15:15:18.684Z","dependency_job_id":null,"html_url":"https://github.com/mehyaa/browser-extension-open-in-incognito","commit_stats":null,"previous_names":["mehyaa/browser-extension-open-in-incognito"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mehyaa/browser-extension-open-in-incognito","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehyaa%2Fbrowser-extension-open-in-incognito","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehyaa%2Fbrowser-extension-open-in-incognito/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehyaa%2Fbrowser-extension-open-in-incognito/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehyaa%2Fbrowser-extension-open-in-incognito/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehyaa","download_url":"https://codeload.github.com/mehyaa/browser-extension-open-in-incognito/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehyaa%2Fbrowser-extension-open-in-incognito/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33469412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T06:32:55.349Z","status":"ssl_error","status_checked_at":"2026-05-25T06:32:35.322Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-25T12:04:41.040Z","updated_at":"2026-05-25T09:34:20.390Z","avatar_url":"https://github.com/mehyaa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open in Incognito\n[![Chrome Users](https://img.shields.io/chrome-web-store/users/hgbdhkeihmnagnajcdompejmafifhkhc?style=for-the-badge\u0026logo=googlechrome\u0026label=Chrome%20Users)](https://chromewebstore.google.com/detail/hgbdhkeihmnagnajcdompejmafifhkhc) [![Mozilla Add-on Users](https://img.shields.io/amo/users/open-link-in-incognito?style=for-the-badge\u0026logo=firefoxbrowser\u0026label=Firefox%20Users)](https://addons.mozilla.org/en-US/firefox/addon/open-link-in-incognito)\n\nOpen in Incognito is a browser extension that allows you to quickly open the current tab, a link, or selected text in an incognito window.\n\n## Installation\n\nDownload the extension or clone this repository, then follow the instructions below:\n\n### Chrome / Edge / Opera / Brave\n1. Copy the `manifest.chrome.json` file to `manifest.json`.\n2. Open your browser's extensions page (e.g., `chrome://extensions/`).\n3. Enable **Developer mode**.\n4. Click **Load unpacked**.\n5. Select the directory containing the extension files.\n\n### Firefox\n1. Copy the `manifest.firefox.json` file to `manifest.json`.\n2. Open `about:debugging`.\n3. Click **This Firefox**.\n4. Click **Load Temporary Add-on...**.\n5. Select the `manifest.json` file.\n\n## Building\n\nTo create zip files for Chrome and Firefox:\n\n1. Run the `build.sh` script (requires a bash environment like Git Bash or WSL on Windows):\n   ```bash\n   chmod +x build.sh\n   ./build.sh\n   ```\n2. This will create a `dist` directory containing:\n   - `extension-chrome.zip`\n   - `extension-firefox.zip`\n\n## Permissions\n\nThis extension requires the following permissions:\n- `contextMenus`: To add items to the right-click menu.\n- `tabs`: To access the current tab's URL.\n\n## Usage\n\n### Toolbar Icon\nClick the extension icon in the toolbar to open the current page in an incognito window.\n\n### Context Menu\nRight-click on a **page** to open it in incognito.\nRight-click on a **link** to open it in incognito.\nRight-click on **selected text**:\n    - If it's a URL, it opens in incognito.\n    - If it's not a URL, it performs a Google search for the text in incognito.\n\n### Keyboard Shortcut\nPress `Ctrl+Shift+I` (or `Command+Shift+I` on Mac) to open the current tab in incognito.\n\n## License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehyaa%2Fbrowser-extension-open-in-incognito","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehyaa%2Fbrowser-extension-open-in-incognito","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehyaa%2Fbrowser-extension-open-in-incognito/lists"}