InstaUnlock
Removes the need for logging in to Instagram, in order to view the content.
Qu'est-ce que InstaUnlock ?
InstaUnlock est une extension Chrome développée par ziazhung, et sa fonction principale est "Removes the need for logging in to Instagram, in order to view the content.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension InstaUnlock
Téléchargez les fichiers d'extension InstaUnlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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"
Informations de Base sur l'Extension
Nom | |
ID | kbbgghakaeopfgceoppnngjmjcjemhho |
URL Officiel | https://chrome.google.com/webstore/detail/instaunlock/kbbgghakaeopfgceoppnngjmjcjemhho |
Description | Removes the need for logging in to Instagram, in order to view the content. |
Taille du Fichier | 704 KB |
Nombre d'Installations | 132 |
Version Actuelle | 0.8 |
Dernière Mise à Jour | 2021-04-28 |
Date de Publication | 2020-09-17 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | ziazhung |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |