Incognito Button
Simple Incognito toolbar button.
Wat is Incognito Button?
Incognito Button is een Chrome-extensie ontwikkeld door Perraco Labs, en de belangrijkste functie is "Simple Incognito toolbar button.".
Extensie Screenshots
Download het CRX-bestand van de extensie Incognito Button
Download Incognito Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A very simple Incognito toolbar button, with the option to configure the initial home page. Basisinformatie over de Extensie
| Naam | |
| ID | hakmbmgefmkjndplhhcnjadhkgkdplng |
| Officiële URL | https://chromewebstore.google.com/detail/incognito-button/hakmbmgefmkjndplhhcnjadhkgkdplng |
| Beschrijving | Simple Incognito toolbar button. |
| Bestandsgrootte | 10.14 KB |
| Aantal Installaties | 53 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-10-20 |
| Publicatiedatum | 2022-10-20 |
| Ontwikkelaar | Perraco Labs |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.perracolabs.com/privacy-policy-chrome-extensions |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Incognito Button",
"description": "Simple Incognito toolbar button.",
"version": "1.0",
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"action": [],
"icons": {
"128": "assets\/icon128.png"
}
} | |