my not found
My Not Found, gives users an option to find related sites if the original website is no longer online
my not found क्या है?
my not found doyle1598765 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "My Not Found, gives users an option to find related sites if the original website is no longer online "।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में my not found एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
finding relevant content for a consumer if website not available
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gdjfpoombkbagdjhpnckejfbjofmchcn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn |
विवरण | My Not Found, gives users an option to find related sites if the original website is no longer online |
फ़ाइल का आकार | 7.41 KB |
स्थापना संख्या | 1,374 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-09-16 |
प्रकाशन तिथि | 2021-09-16 |
डेवलपर | doyle1598765 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mynotfound.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "author": "Theo Parker", "name": "my not found", "short_name": "My Not Found", "homepage_url": "https:\/\/mynotfound.com", "description": "My Not Found, gives users an option to find related sites if the original website is no longer online ", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "logo-128.png", "default_title": "My Not Found" }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |