Instanon · Browse Instagram with no account
Instanon is a simple addon that lets you browse Instagram without an account.
Instanon · Browse Instagram with no account क्या है?
Instanon · Browse Instagram with no account Tahoe Beetschen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instanon is a simple addon that lets you browse Instagram without an account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instanon · Browse Instagram with no account एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Instanon lets your browse Instagram profiles and photos without being connected. Improve your privacy by using Instagram without an account.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jddbknhpoofgengmimpglapgcfapimdg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg |
विवरण | Instanon is a simple addon that lets you browse Instagram without an account. |
फ़ाइल का आकार | 147 KB |
स्थापना संख्या | 694 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2020-08-08 |
प्रकाशन तिथि | 2020-08-03 |
रेटिंग | 2.80/5 कुल 10 रेटिंग्स |
डेवलपर | Tahoe Beetschen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://tahoe.be |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instanon \u00b7\u00a0Browse Instagram with no account", "short_name": "Instanon", "version": "1.1", "description": "Instanon is a simple addon that lets you browse Instagram without an account.", "author": "Tahoe Beetschen", "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*\/" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "icons": { "512": "icon.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "title": "Instanon" } } |