Cant Find Anything
To assist in figuring out why a website is down and help with finding active websites
Cant Find Anything क्या है?
Cant Find Anything uploadextsubmissions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To assist in figuring out why a website is down and help with finding active websites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cant Find Anything एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nopknckhmahdmggkgakgfooagndhdooi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi |
विवरण | To assist in figuring out why a website is down and help with finding active websites |
फ़ाइल का आकार | 15.53 KB |
स्थापना संख्या | 16,000 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2022-06-09 |
प्रकाशन तिथि | 2022-04-19 |
रेटिंग | 2.00/5 कुल 4 रेटिंग्स |
डेवलपर | uploadextsubmissions |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://cantfindanything.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rachel S", "name": "Cant Find Anything", "short_name": "cant find anything", "homepage_url": "https:\/\/cantfindanything.com", "description": "To assist in figuring out why a website is down and help with finding active websites", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |