InstaUnlock
Removes the need for logging in to Instagram, in order to view the content.
Τι είναι το InstaUnlock;
Το InstaUnlock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ziazhung, και η κύρια λειτουργία του είναι "Removes the need for logging in to Instagram, in order to view the content.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης InstaUnlock
Λήψη αρχείων επέκτασης InstaUnlock σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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"
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kbbgghakaeopfgceoppnngjmjcjemhho |
Επίσημο URL | https://chrome.google.com/webstore/detail/instaunlock/kbbgghakaeopfgceoppnngjmjcjemhho |
Περιγραφή | Removes the need for logging in to Instagram, in order to view the content. |
Μέγεθος Αρχείου | 704 KB |
Αριθμός Εγκαταστάσεων | 132 |
Τρέχουσα Έκδοση | 0.8 |
Τελευταία Ενημέρωση | 2021-04-28 |
Ημερομηνία Δημοσίευσης | 2020-09-17 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | ziazhung |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |