AutoIncognito
Open the current page in Incognito mode
Vad är AutoIncognito?
AutoIncognito är en Chrome-tillägg utvecklad av Diamondium Technologies, LLC, och dess huvudfunktion är "Open the current page in Incognito mode".
Tilläggsskärmbilder
Ladda ner AutoIncognito-förlängningens CRX-fil
Ladda ner AutoIncognito-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | AutoIncognito |
ID | cokhhlcdmplnjnjgfcibjeijgmpefekk |
Officiell webbadress | https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk |
Beskrivning | Open the current page in Incognito mode |
Filstorlek | 6.27 KB |
Antal Installationer | 67 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-06-21 |
Publiceringsdatum | 2020-06-20 |
Utvecklare | Diamondium Technologies, LLC |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |