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.
Wat is Profile Search for Instagram (Unofficial)?
Profile Search for Instagram (Unofficial) is een Chrome-extensie ontwikkeld door http://jowo.co, en de belangrijkste functie is "Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.".
Extensie Screenshots
Download het CRX-bestand van de extensie Profile Search for Instagram (Unofficial)
Download Profile Search for Instagram (Unofficial)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | ohbdjjgonipbnlgfleogigljggmoogap |
Officiële URL | https://chrome.google.com/webstore/detail/profile-search-for-instag/ohbdjjgonipbnlgfleogigljggmoogap |
Beschrijving | Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile. |
Bestandsgrootte | 26.26 KB |
Aantal Installaties | 501 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2022-02-05 |
Publicatiedatum | 2020-08-17 |
Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | http://jowo.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://jowo.co |
Help Pagina-URL | https://jowo.co/apps/forms/support/index.html |
URL van de Privacybeleid Pagina | https://jowo.co/apps/privacypolicyterms/privacy.html |
Ondersteunde Talen | 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\/*" ] } |