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.
Co je Profile Search for Instagram (Unofficial)?
Profile Search for Instagram (Unofficial) je rozšíření Chrome vyvinuté http://jowo.co, a jeho hlavní funkcí je „Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Profile Search for Instagram (Unofficial)
Stáhněte si soubory rozšíření Profile Search for Instagram (Unofficial) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | ohbdjjgonipbnlgfleogigljggmoogap |
Oficiální URL | https://chrome.google.com/webstore/detail/profile-search-for-instag/ohbdjjgonipbnlgfleogigljggmoogap |
Popis | Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile. |
Velikost souboru | 26.26 KB |
Počet instalací | 501 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2022-02-05 |
Datum Vydání | 2020-08-17 |
Hodnocení | 5.00/5 Celkem 10 Hodnocení |
Vývojář | http://jowo.co |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://jowo.co |
URL Stránky Nápovědy | https://jowo.co/apps/forms/support/index.html |
URL Stránky Zásad Ochrany Soukromí | https://jowo.co/apps/privacypolicyterms/privacy.html |
Podporované Jazyky | 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\/*" ] } |