AutoSave to Wayback Machine

Automatically saves the pages you visit to the Wayback Machine.

ما هو AutoSave to Wayback Machine؟

AutoSave to Wayback Machine هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Automatically saves the pages you visit to the Wayback Machine.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AutoSave to Wayback Machine

قم بتنزيل ملفات الامتداد AutoSave to Wayback Machine بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension automatically archives all the pages you visit to the Wayback Machine, minimizing dead links for you and other people. It uses minimal data and bandwith, as it sends the pages to the Wayback Machine for archival rather than archiving them client-side.                    

معلومات أساسية عن التمديد

الاسم AutoSave to Wayback Machine AutoSave to Wayback Machine
ID defmcmdgnplidnoilmeleeglnmjkalnk
عنوان URL الرسمي https://chromewebstore.google.com/detail/autosave-to-wayback-machi/defmcmdgnplidnoilmeleeglnmjkalnk
الوصف Automatically saves the pages you visit to the Wayback Machine.
حجم الملف 12.34 KB
عدد التثبيتات 142
النسخة الحالية 2.1.0
آخر تحديث 2022-02-16
تاريخ النشر 2022-02-15
المطور Unknown
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Zopolis4/AS2WB
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoSave to Wayback Machine",
    "version": "2.1.0",
    "description": "Automatically saves the pages you visit to the Wayback Machine.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "AS2WB.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}