Wayback Images
With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
ما هو Wayback Images؟
Wayback Images هو إضافة Chrome تم تطويرها بواسطة yldzhanhandan، والميزة الرئيسية لها هي "With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wayback Images
قم بتنزيل ملفات الامتداد Wayback Images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
For the best effect, click its icon after the site has fully loaded.
معلومات أساسية عن التمديد
الاسم | Wayback Images |
ID | dgemigkanhiejpcmhimojfmanolcpcgp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp |
الوصف | With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any. |
حجم الملف | 70.12 KB |
عدد التثبيتات | 1,110 |
النسخة الحالية | 1.3 |
آخر تحديث | 2017-11-28 |
تاريخ النشر | 2017-11-28 |
تقييم | 3.80/5 مجموع تقييمات 5 |
المطور | yldzhanhandan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://sites.google.com/view/bagofextensions |
اللغات المدعومة | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wayback Images", "version": "1.3", "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "icon_128.png" }, "background": { "persistent": false, "scripts": [ "main.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/", "https:\/\/*\/" ], "js": [ "jquery-3.2.1.slim.js" ], "all_frames": false, "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": { "19": "icon_19.png" }, "default_title": "" } } |