Incognito Toggle
Switches between incognito and regular browsing
Hvad er Incognito Toggle?
Incognito Toggle er en Chrome-udvidelse udviklet af Meebuhs, og dens hovedfunktion er "Switches between incognito and regular browsing".
Udvidelsesskærmbilleder
Download Incognito Toggle-udvidelses-CRX-fil
Download Incognito Toggle-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension provides a simple way to switch between incognito and regular browsing. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mdgklkgfkebppeoioeldnnnhfodlnlkj |
| Officiel URL | https://chromewebstore.google.com/detail/incognito-toggle/mdgklkgfkebppeoioeldnnnhfodlnlkj |
| Beskrivelse | Switches between incognito and regular browsing |
| Filstørrelse | 30.16 KB |
| Antal Installationer | 331 |
| Nuværende Version | 0.1.0 |
| Senest Opdateret | 2019-12-03 |
| Udgivelsesdato | 2019-12-02 |
| Udvikler | Meebuhs |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Switches between incognito and regular browsing",
"version": "0.1.0",
"name": "Incognito Toggle",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.bundle.js"
]
},
"browser_action": {
"default_icon": {
"32": "images\/incognito-toggle-icon-32.png",
"64": "images\/incognito-toggle-icon-64.png",
"128": "images\/incognito-toggle-icon-128.png"
}
},
"icons": {
"32": "images\/incognito-toggle-icon-32.png",
"64": "images\/incognito-toggle-icon-64.png",
"128": "images\/incognito-toggle-icon-128.png"
},
"manifest_version": 2
} | |