better destination
Assists users with moving to a new destination if the site they visit is no longer online
Apa itu better destination?
better destination adalah ekstensi Chrome yang dikembangkan oleh sebastian.white247, dan fitur utamanya adalah "Assists users with moving to a new destination if the site they visit is no longer online".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi better destination
Unduh file ekstensi better destination 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
site no longer active directs them to related content
Informasi Dasar Ekstensi
Nama | |
ID | chhidbgbpdfffedjmkaaihhgabmempnm |
URL Resmi | https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm |
Deskripsi | Assists users with moving to a new destination if the site they visit is no longer online |
Ukuran File | 6.41 KB |
Jumlah Instalasi | 200,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-09-19 |
Tanggal Publikasi | 2021-09-19 |
Penilaian | 2.32/5 Total 62 Penilaian |
Pengembang | sebastian.white247 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://better-destination.com |
Bahasa yang Didukung | 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" } |