better destination
Assists users with moving to a new destination if the site they visit is no longer online
better destination क्या है?
better destination sebastian.white247 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Assists users with moving to a new destination if the site they visit is no longer online"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में better destination एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |