IncognitoOpener
Open Url in Incognito Mode
IncognitoOpenerとは何ですか?
IncognitoOpenerはbatuhan.extension.devによって開発されたChromeの拡張機能で、その主な機能は「Open Url in Incognito Mode」です。
拡張機能のスクリーンショット
IncognitoOpener拡張機能のCRXファイルをダウンロード
IncognitoOpener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Articles are blocked by a Paywall ? Use this Extension to open the link in a new incognito tab to bypass the paywall.
拡張機能の基本情報
名前 | |
ID | olnafnnbggidjhimjpmahcbejkcgmofl |
公式URL | https://chrome.google.com/webstore/detail/incognitoopener/olnafnnbggidjhimjpmahcbejkcgmofl |
説明 | Open Url in Incognito Mode |
ファイルサイズ | 13.6 KB |
インストール数 | 541 |
現在のバージョン | 1.0 |
最終更新日 | 2021-01-30 |
公開日 | 2021-01-30 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | batuhan.extension.dev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IncognitoOpener", "version": "1.0", "description": "Open Url in Incognito Mode", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [], "permissions": [ "activeTab" ], "icons": { "16": "images\/spy_16.png", "32": "images\/spy_32.png", "64": "images\/spy_64.png", "128": "images\/spy_128.png" } } |