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の拡張機能で、その主な機能は「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)拡張機能のCRXファイルをダウンロード
Profile Search for Instagram (Unofficial)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/*" ] } |