Incogneo
You've gone incogneo
Incogneoとは何ですか?
IncogneoはDigitalEnkiによって開発されたChromeの拡張機能で、その主な機能は「You've gone incogneo」です。
拡張機能のスクリーンショット
Incogneo拡張機能のCRXファイルをダウンロード
Incogneo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You've gone incogneo, every time you use an incogneto window you'll be presented with an image of Keanu Reeves, born from r/photoshopbattles & u/ReekyMarko After installing, you'll be prompted to enable Incognito mode - this is required for the extension to function. Inspiration: https://www.reddit.com/r/photoshopbattles/comments/dmblu3/psbattle_incognito_keanu_reeves/f4zskkd/
拡張機能の基本情報
名前 | |
ID | nomcmcdnbphjjcpeaedmdefehncoofgf |
公式URL | https://chrome.google.com/webstore/detail/incogneo/nomcmcdnbphjjcpeaedmdefehncoofgf |
説明 | You've gone incogneo |
ファイルサイズ | 229 KB |
インストール数 | 42 |
現在のバージョン | 1.2 |
最終更新日 | 2019-10-24 |
公開日 | 2019-10-24 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | DigitalEnki |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ChubbyNinja/incogneo-chrome-extension |
ヘルプページのURL | https://github.com/ChubbyNinja/incogneo-chrome-extension/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Incogneo", "version": "1.2", "description": "You've gone incogneo", "manifest_version": 2, "incognito": "split", "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "tabs", "*:\/\/newtab\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |