Helperate
Help finding a reason a site is down and a way to find active websites
Apa itu Helperate?
Helperate adalah ekstensi Chrome yang dikembangkan oleh uploadextsubmissions, dan fitur utamanya adalah "Help finding a reason a site is down and a way to find active websites".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Helperate
Unduh file ekstensi Helperate 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
Preventing users from going to dead sites gives reasons and helps find active sites
Informasi Dasar Ekstensi
Nama | |
ID | fnlfkioeooohccjhelehkkndaebknacc |
URL Resmi | https://chrome.google.com/webstore/detail/helperate/fnlfkioeooohccjhelehkkndaebknacc |
Deskripsi | Help finding a reason a site is down and a way to find active websites |
Ukuran File | 16.4 KB |
Jumlah Instalasi | 40,000 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-06-25 |
Tanggal Publikasi | 2022-05-04 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | uploadextsubmissions |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://helperate.net |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel H", "name": "Helperate", "short_name": "Helperate", "homepage_url": "https:\/\/helperate.net", "description": "Help finding a reason a site is down and a way to find active websites", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |