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.
Apa itu Profile Search for Instagram (Unofficial)?
Profile Search for Instagram (Unofficial) adalah ekstensi Chrome yang dikembangkan oleh http://jowo.co, dan fitur utamanya adalah "Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Profile Search for Instagram (Unofficial)
Unduh file ekstensi Profile Search for Instagram (Unofficial) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | ohbdjjgonipbnlgfleogigljggmoogap |
URL Resmi | https://chrome.google.com/webstore/detail/profile-search-for-instag/ohbdjjgonipbnlgfleogigljggmoogap |
Deskripsi | Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile. |
Ukuran File | 26.26 KB |
Jumlah Instalasi | 501 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2022-02-05 |
Tanggal Publikasi | 2020-08-17 |
Penilaian | 5.00/5 Total 10 Penilaian |
Pengembang | http://jowo.co |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://jowo.co |
URL Halaman Bantuan | https://jowo.co/apps/forms/support/index.html |
URL Halaman Kebijakan Privasi | https://jowo.co/apps/privacypolicyterms/privacy.html |
Bahasa yang Didukung | 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\/*" ] } |