Unlocker
Use Websites without having to login, currently supports: Instagram
Wat is Unlocker?
Unlocker is een Chrome-extensie ontwikkeld door https://www.alperenkaptan.com, en de belangrijkste functie is "Use Websites without having to login, currently supports: Instagram".
Extensie Screenshots
Download het CRX-bestand van de extensie Unlocker
Download Unlocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Use Websites without having to login, currently supports: Instagram
Basisinformatie over de Extensie
Naam | Unlocker |
ID | hpakfpbdhgblceoipepkpghpaihoiham |
Officiële URL | https://chromewebstore.google.com/detail/unlocker/hpakfpbdhgblceoipepkpghpaihoiham |
Beschrijving | Use Websites without having to login, currently supports: Instagram |
Bestandsgrootte | 6.92 KB |
Aantal Installaties | 446 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-03-20 |
Publicatiedatum | 2020-03-20 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.alperenkaptan.com |
Betalingswijze | free |
Extensiewebsite | https://alperenkaptan.com/ |
Help Pagina-URL | https://alperenkaptan.com/ |
Ondersteunde Talen | 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 } |