Helperate
Help finding a reason a site is down and a way to find active websites
ما هو Helperate؟
Helperate هو إضافة Chrome تم تطويرها بواسطة uploadextsubmissions، والميزة الرئيسية لها هي "Help finding a reason a site is down and a way to find active websites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Helperate
قم بتنزيل ملفات الامتداد Helperate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Preventing users from going to dead sites gives reasons and helps find active sites
معلومات أساسية عن التمديد
الاسم | |
ID | fnlfkioeooohccjhelehkkndaebknacc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/helperate/fnlfkioeooohccjhelehkkndaebknacc |
الوصف | Help finding a reason a site is down and a way to find active websites |
حجم الملف | 16.4 KB |
عدد التثبيتات | 40,000 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-06-25 |
تاريخ النشر | 2022-05-04 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | uploadextsubmissions |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://helperate.net |
اللغات المدعومة | 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:\/\/*\/*" ] } |