Profile Search for Instagram (Unofficial)
Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.
Profile Search for Instagram (Unofficial) क्या है?
Profile Search for Instagram (Unofficial) http://jowo.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Profile Search for Instagram (Unofficial) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ohbdjjgonipbnlgfleogigljggmoogap |
आधिकारिक URL | https://chrome.google.com/webstore/detail/profile-search-for-instag/ohbdjjgonipbnlgfleogigljggmoogap |
विवरण | Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile. |
फ़ाइल का आकार | 26.26 KB |
स्थापना संख्या | 501 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2022-02-05 |
प्रकाशन तिथि | 2020-08-17 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | http://jowo.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://jowo.co |
सहायता पृष्ठ URL | https://jowo.co/apps/forms/support/index.html |
गोपनीयता नीति पृष्ठ URL | https://jowo.co/apps/privacypolicyterms/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Profile Search for Instagram (Unofficial)", "description": "Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.", "version": "1.5", "icons": { "128": "images\/icons\/icon128.png", "48": "images\/icons\/icon48.png", "16": "images\/icons\/icon16.png" }, "browser_action": { "default_icon": "images\/icons\/icon16.png", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": true }, "web_accessible_resources": [ "content.js", "content.css" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "all_frames": true } ], "options_page": "html\/options.html", "permissions": [ "storage", "contextMenus", "https:\/\/*.instagram.com\/*" ] } |