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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jowo.co และคุณลักษณะหลักของมันคือ "Chrome Extension for highlighting any Instagram username text on any website & right clicking to open that user's Instagram profile."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Profile Search for Instagram (Unofficial)
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } |