InstaUnlock
Removes the need for logging in to Instagram, in order to view the content.
O que é InstaUnlock?
InstaUnlock é uma extensão do Chrome desenvolvida por ziazhung, e sua principal característica é "Removes the need for logging in to Instagram, in order to view the content.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão InstaUnlock
Baixe arquivos de extensão InstaUnlock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This add-on is to view an Instagram page, but do not want to use an external website or login. When the extension is enabled, it prevents the pop-up that comes up after scrolling for a few seconds, removes the login reminder at the bottom and allows you to click on the images, without being logged in. In the current state, the extension opens the pictures that you've clicked on, in another tab. Version 0.8 now works when clicking "Show more photos"
Informações Básicas da Extensão
Nome | |
ID | kbbgghakaeopfgceoppnngjmjcjemhho |
URL Oficial | https://chrome.google.com/webstore/detail/instaunlock/kbbgghakaeopfgceoppnngjmjcjemhho |
Descrição | Removes the need for logging in to Instagram, in order to view the content. |
Tamanho do Arquivo | 704 KB |
Contagem de Instalações | 132 |
Versão Atual | 0.8 |
Última Atualização | 2021-04-28 |
Data de Publicação | 2020-09-17 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | ziazhung |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InstaUnlock", "version": "0.8", "description": "Removes the need for logging in to Instagram, in order to view the content.", "icons": { "48": "icons\/Instaunlock-48.png", "96": "icons\/Instaunlock-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "instaunlock.js" ] } ] } |