AutoIncognito
Open the current page in Incognito mode
Apa itu AutoIncognito?
AutoIncognito adalah ekstensi Chrome yang dikembangkan oleh Diamondium Technologies, LLC, dan fitur utamanya adalah "Open the current page in Incognito mode".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AutoIncognito
Unduh file ekstensi AutoIncognito 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
Some websites (ex. news articles and blog posts) won't allow you to view the content unless you: a) Pay for a subscription b) Wait for your allocated number of "free page views" to reset (ex. each new month) Going Incognito will often allow you to view the webpage. This extension saves the time it takes to copy the existing URL, open a new Incognito window, and then visit the page.
Informasi Dasar Ekstensi
Nama | AutoIncognito |
ID | cokhhlcdmplnjnjgfcibjeijgmpefekk |
URL Resmi | https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk |
Deskripsi | Open the current page in Incognito mode |
Ukuran File | 6.27 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-06-21 |
Tanggal Publikasi | 2020-06-20 |
Pengembang | Diamondium Technologies, LLC |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoIncognito", "version": "1.0", "description": "Open the current page in Incognito mode", "permissions": [ "tabs" ], "background": { "scripts": [ "background-min.js" ], "persistent": false }, "browser_action": { "default_title": "Open in Incognito" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |