Unlocker
Use Websites without having to login, currently supports: Instagram
Co to jest Unlocker?
Unlocker to rozszerzenie Chrome opracowane przez https://www.alperenkaptan.com, a jego główną funkcją jest „Use Websites without having to login, currently supports: Instagram”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unlocker
Pobierz pliki rozszerzeń Unlocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Use Websites without having to login, currently supports: Instagram Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hpakfpbdhgblceoipepkpghpaihoiham |
| Oficjalny URL | https://chromewebstore.google.com/detail/unlocker/hpakfpbdhgblceoipepkpghpaihoiham |
| Opis | Use Websites without having to login, currently supports: Instagram |
| Rozmiar pliku | 6.92 KB |
| Liczba instalacji | 446 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2020-03-20 |
| Data Publikacji | 2020-03-20 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://www.alperenkaptan.com |
| Typ Płatności | free |
| Strona Rozszerzenia | https://alperenkaptan.com/ |
| Adres URL Strony Pomocy | https://alperenkaptan.com/ |
| Obsługiwane Języki | 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
} | |