InstaUnlock
Removes the need for logging in to Instagram, in order to view the content.
Vad är InstaUnlock?
InstaUnlock är en Chrome-tillägg utvecklad av ziazhung, och dess huvudfunktion är "Removes the need for logging in to Instagram, in order to view the content.".
Tilläggsskärmbilder
Ladda ner InstaUnlock-förlängningens CRX-fil
Ladda ner InstaUnlock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | kbbgghakaeopfgceoppnngjmjcjemhho |
Officiell webbadress | https://chrome.google.com/webstore/detail/instaunlock/kbbgghakaeopfgceoppnngjmjcjemhho |
Beskrivning | Removes the need for logging in to Instagram, in order to view the content. |
Filstorlek | 704 KB |
Antal Installationer | 132 |
Aktuell Version | 0.8 |
Senast Uppdaterad | 2021-04-28 |
Publiceringsdatum | 2020-09-17 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | ziazhung |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |