better destination
Assists users with moving to a new destination if the site they visit is no longer online
ما هو better destination؟
better destination هو إضافة Chrome تم تطويرها بواسطة sebastian.white247، والميزة الرئيسية لها هي "Assists users with moving to a new destination if the site they visit is no longer online".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة better destination
قم بتنزيل ملفات الامتداد better destination بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
site no longer active directs them to related content
معلومات أساسية عن التمديد
الاسم | |
ID | chhidbgbpdfffedjmkaaihhgabmempnm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm |
الوصف | Assists users with moving to a new destination if the site they visit is no longer online |
حجم الملف | 6.41 KB |
عدد التثبيتات | 200,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-09-19 |
تاريخ النشر | 2021-09-19 |
تقييم | 2.32/5 مجموع تقييمات 62 |
المطور | sebastian.white247 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://better-destination.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "author": "Scott Davidson", "name": "better destination", "short_name": "BD", "homepage_url": "https:\/\/better-destination.com", "description": "Assists users with moving to a new destination if the site they visit is no longer online", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "logo-128.png", "default_title": "better destination" }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |