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 هو إضافة Chrome تم تطويرها بواسطة doyle1598765، والميزة الرئيسية لها هي "My Not Found, gives users an option to find related sites if the original website is no longer online ".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة my not found
قم بتنزيل ملفات الامتداد my not found بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } |