Alternate Searches
website is down find out why and look for a new one that is active
Alternate Searches क्या है?
Alternate Searches nickh178956 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "website is down find out why and look for a new one that is active"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alternate Searches एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Gives user the ability to find out why a site is down and also gives them an option to look for a new site.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ldceabodonpmfeamhdkehopkddikpikb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb |
विवरण | website is down find out why and look for a new one that is active |
फ़ाइल का आकार | 10.46 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-05-31 |
प्रकाशन तिथि | 2022-05-31 |
रेटिंग | 3.86/5 कुल 7 रेटिंग्स |
डेवलपर | nickh178956 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://alternate-searches.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Nick H", "name": "Alternate Searches", "short_name": "Alternate-Searches", "homepage_url": "https:\/\/alternate-searches.com", "description": "website is down find out why and look for a new one that is active", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |