InstaUnlock
Removes the need for logging in to Instagram, in order to view the content.
Hvad er InstaUnlock?
InstaUnlock er en Chrome-udvidelse udviklet af ziazhung, og dens hovedfunktion er "Removes the need for logging in to Instagram, in order to view the content.".
Udvidelsesskærmbilleder
Download InstaUnlock-udvidelses-CRX-fil
Download InstaUnlock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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"
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kbbgghakaeopfgceoppnngjmjcjemhho |
Officiel URL | https://chrome.google.com/webstore/detail/instaunlock/kbbgghakaeopfgceoppnngjmjcjemhho |
Beskrivelse | Removes the need for logging in to Instagram, in order to view the content. |
Filstørrelse | 704 KB |
Antal Installationer | 132 |
Nuværende Version | 0.8 |
Senest Opdateret | 2021-04-28 |
Udgivelsesdato | 2020-09-17 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | ziazhung |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |