AutoIncognito
Open the current page in Incognito mode
什麼是AutoIncognito?
AutoIncognito是由Diamondium Technologies, LLC開發的Chrome擴展程式,該擴展的主要功能是“Open the current page in Incognito mode”。
擴展截圖
下載AutoIncognito擴展crx文件
下載AutoIncognito擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | AutoIncognito |
ID | cokhhlcdmplnjnjgfcibjeijgmpefekk |
官方網址 | https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk |
簡介 | Open the current page in Incognito mode |
檔案大小 | 6.27 KB |
安裝次數 | 67 |
目前版本 | 1.0 |
更新時間 | 2020-06-21 |
上架時間 | 2020-06-20 |
開發者 | Diamondium Technologies, LLC |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |