Go Incognito
Opens current tab in an incognito window, and removes it from your browsing history.
Apa itu Go Incognito?
Go Incognito adalah ekstensi Chrome yang dikembangkan oleh https://browsernative.com, dan fitur utamanya adalah "Opens current tab in an incognito window, and removes it from your browsing history.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Go Incognito
Unduh file ekstensi Go Incognito dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Opens the current tab in an incognito window, closes it and removes it from your browsing history. Visit our homepage for more: https://browsernative.com/go-incognito/
Informasi Dasar Ekstensi
Nama | Go Incognito |
ID | oimfnddepdafdfmammggkfmdepfmipai |
URL Resmi | https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai |
Deskripsi | Opens current tab in an incognito window, and removes it from your browsing history. |
Ukuran File | 23.22 KB |
Jumlah Instalasi | 254,465 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2023-11-24 |
Tanggal Publikasi | 2019-11-28 |
Penilaian | 4.21/5 Total 43 Penilaian |
Pengembang | https://browsernative.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://browsernative.com/go-incognito/ |
URL Halaman Bantuan | https://browsernative.com/go-incognito/ |
URL Halaman Kebijakan Privasi | https://browsernative.com/extensions-privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go Incognito", "description": "Opens current tab in an incognito window, and removes it from your browsing history.", "permissions": [ "contextMenus", "activeTab", "history" ], "version": "0.0.7", "homepage_url": "https:\/\/browsernative.com\/go-incognito\/", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_title": "Go Incognito" }, "icons": { "48": "static\/48.png", "128": "static\/128.png", "16": "static\/16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+I" } } } } |