Incognito Toggle
Switches between incognito and regular browsing
Vad är Incognito Toggle?
Incognito Toggle är en Chrome-tillägg utvecklad av Meebuhs, och dess huvudfunktion är "Switches between incognito and regular browsing".
Tilläggsskärmbilder
Ladda ner Incognito Toggle-förlängningens CRX-fil
Ladda ner Incognito Toggle-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
This extension provides a simple way to switch between incognito and regular browsing. Grundläggande Information om Tillägg
| Namn | |
| ID | mdgklkgfkebppeoioeldnnnhfodlnlkj |
| Officiell webbadress | https://chromewebstore.google.com/detail/incognito-toggle/mdgklkgfkebppeoioeldnnnhfodlnlkj |
| Beskrivning | Switches between incognito and regular browsing |
| Filstorlek | 30.16 KB |
| Antal Installationer | 331 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2019-12-03 |
| Publiceringsdatum | 2019-12-02 |
| Utvecklare | Meebuhs |
| Betalningssätt | free |
| Stödda Språk | 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
} | |