Unlocker
Use Websites without having to login, currently supports: Instagram
Was ist Unlocker?
Unlocker ist eine Chrome-Erweiterung, die von https://www.alperenkaptan.com entwickelt wurde, und ihr Hauptmerkmal ist "Use Websites without having to login, currently supports: Instagram".
Erweiterungsscreenshots
Unlocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unlocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Use Websites without having to login, currently supports: Instagram Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hpakfpbdhgblceoipepkpghpaihoiham |
| Offizielle URL | https://chromewebstore.google.com/detail/unlocker/hpakfpbdhgblceoipepkpghpaihoiham |
| Beschreibung | Use Websites without having to login, currently supports: Instagram |
| Dateigröße | 6.92 KB |
| Installationsanzahl | 446 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2020-03-20 |
| Veröffentlichungsdatum | 2020-03-20 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://www.alperenkaptan.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://alperenkaptan.com/ |
| Hilfeseite URL | https://alperenkaptan.com/ |
| Unterstützte Sprachen | tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Unlocker",
"version": "1.0",
"description": "Use Websites without having to login, currently supports: Instagram",
"author": "baris, alperen",
"icons": {
"16": "images\/unlocked16.png",
"32": "images\/unlocked32.png",
"128": "images\/unlocked128.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"instagram.js"
]
}
],
"manifest_version": 2
} | |