Social Search Plus
This extension allows you to search on all social platforms in one click!
Apa itu Social Search Plus?
Social Search Plus adalah ekstensi Chrome yang dikembangkan oleh https://socialsearchplus.com, dan fitur utamanya adalah "This extension allows you to search on all social platforms in one click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Social Search Plus
Unduh file ekstensi Social Search Plus 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
Type in your search in google and have the option to search your query on different socials all from the google search page.
Informasi Dasar Ekstensi
Nama | Social Search Plus |
ID | gkjijpllljghgoahellmkbpallaklfcc |
URL Resmi | https://chromewebstore.google.com/detail/social-search-plus/gkjijpllljghgoahellmkbpallaklfcc |
Deskripsi | This extension allows you to search on all social platforms in one click! |
Ukuran File | 98.74 KB |
Jumlah Instalasi | 93 |
Versi Saat Ini | 2.5 |
Terakhir Diperbarui | 2023-09-28 |
Tanggal Publikasi | 2023-09-06 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | https://socialsearchplus.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Social Search Plus", "description": "This extension allows you to search on all social platforms in one click!", "version": "2.5", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/SSP1-logo.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/www.google.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "styles.css", "images\/*.png" ], "matches": [ "https:\/\/www.google.com\/*" ] } ] } |