Manage Multi URLs

Save your favourite URLs in Manage Multi URL account and manage from everywhere.

ما هو Manage Multi URLs؟

Manage Multi URLs هو إضافة Chrome تم تطويرها بواسطة AllianceTek Inc، والميزة الرئيسية لها هي "Save your favourite URLs in Manage Multi URL account and manage from everywhere.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Manage Multi URLs

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

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

                        Save your favourite URLs in Manage Multi URL account and manage from everywhere                    

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

الاسم Manage Multi URLs Manage Multi URLs
ID kipbchhhdplmghpiepjjhclpakhcalnk
عنوان URL الرسمي https://chromewebstore.google.com/detail/manage-multi-urls/kipbchhhdplmghpiepjjhclpakhcalnk
الوصف Save your favourite URLs in Manage Multi URL account and manage from everywhere.
حجم الملف 44.85 KB
عدد التثبيتات 39
النسخة الحالية 5.0
آخر تحديث 2022-12-14
تاريخ النشر 2022-11-29
تقييم 1.00/5 مجموع تقييمات 2
المطور AllianceTek Inc
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.managemyurls.com/
عنوان صفحة المساعدة http://managemyurls.com/home/privacypolicy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Manage Multi URLs",
    "description": "Save your favourite URLs in Manage Multi URL account and manage from everywhere.",
    "version": "5.0",
    "action": {
        "default_icon": "img\/favicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "cookies"
    ],
    "icons": {
        "16": "img\/favicon.png",
        "32": "img\/favicon32.png",
        "48": "img\/favicon48.png",
        "128": "img\/favicon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "test.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.managemyurls.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.managemyurls.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}