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.
What is Profile Search for Instagram (Unofficial)?
Profile Search for Instagram (Unofficial) is a Chrome extension developed by http://jowo.co, and its main feature is "Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.".
Extension Screenshots
Download Profile Search for Instagram (Unofficial) Extension CRX File
Download Profile Search for Instagram (Unofficial) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ohbdjjgonipbnlgfleogigljggmoogap |
Official URL | https://chrome.google.com/webstore/detail/profile-search-for-instag/ohbdjjgonipbnlgfleogigljggmoogap |
Description | Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile. |
File Size | 26.26 KB |
Installation Count | 501 |
Current Version | 1.5 |
Last Updated | 2022-02-05 |
Publish Date | 2020-08-17 |
Rating | 5.00/5 Total 10 Ratings |
Developer | http://jowo.co |
[email protected] | |
Payment Type | free |
Extension Website | https://jowo.co |
Help Page URL | https://jowo.co/apps/forms/support/index.html |
Privacy Policy Page URL | https://jowo.co/apps/privacypolicyterms/privacy.html |
Supported Languages | 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\/*" ] } |