Instanon · Browse Instagram with no account
Instanon is a simple addon that lets you browse Instagram without an account.
Hvad er Instanon · Browse Instagram with no account?
Instanon · Browse Instagram with no account er en Chrome-udvidelse udviklet af Tahoe Beetschen, og dens hovedfunktion er "Instanon is a simple addon that lets you browse Instagram without an account.".
Udvidelsesskærmbilleder
Download Instanon · Browse Instagram with no account-udvidelses-CRX-fil
Download Instanon · Browse Instagram with no account-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
Instanon lets your browse Instagram profiles and photos without being connected.
Improve your privacy by using Instagram without an account. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jddbknhpoofgengmimpglapgcfapimdg |
| Officiel URL | https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg |
| Beskrivelse | Instanon is a simple addon that lets you browse Instagram without an account. |
| Filstørrelse | 147 KB |
| Antal Installationer | 694 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2020-08-08 |
| Udgivelsesdato | 2020-08-03 |
| Bedømmelse | 2.80/5 Samlet 10 Bedømmelser |
| Udvikler | Tahoe Beetschen |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://tahoe.be |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Instanon \u00b7\u00a0Browse Instagram with no account",
"short_name": "Instanon",
"version": "1.1",
"description": "Instanon is a simple addon that lets you browse Instagram without an account.",
"author": "Tahoe Beetschen",
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*\/"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
],
"icons": {
"512": "icon.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"title": "Instanon"
}
} | |