Finding a New Way
innovative way to find alternate websites, when the one your going to is down
Finding a New Way क्या है?
Finding a New Way uploadextsubmissions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "innovative way to find alternate websites, when the one your going to is down"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Finding a New Way एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When a user attempts to go to a website and the website is showing down give them alternative sites
एक्सटेंशन की मूल जानकारी
नाम | |
ID | knfajdoicgljphkcobpeinoiejhgpofe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe |
विवरण | innovative way to find alternate websites, when the one your going to is down |
फ़ाइल का आकार | 37.51 KB |
स्थापना संख्या | 175,094 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2022-05-07 |
प्रकाशन तिथि | 2022-05-07 |
रेटिंग | 3.78/5 कुल 18 रेटिंग्स |
डेवलपर | uploadextsubmissions |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://findinganewway.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "David H", "name": "Finding a New Way", "short_name": "Finding a new way", "homepage_url": "https:\/\/findinganewway.com", "description": "innovative way to find alternate websites, when the one your going to is down", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |