Manage Multi URLs

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

What is Manage Multi URLs?

Manage Multi URLs is a Chrome extension developed by AllianceTek Inc, and its main feature is "Save your favourite URLs in Manage Multi URL account and manage from everywhere.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Manage Multi URLs Extension CRX File

Download Manage Multi URLs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Manage Multi URLs Manage Multi URLs
ID kipbchhhdplmghpiepjjhclpakhcalnk
Official URL https://chromewebstore.google.com/detail/manage-multi-urls/kipbchhhdplmghpiepjjhclpakhcalnk
Description Save your favourite URLs in Manage Multi URL account and manage from everywhere.
File Size 44.85 KB
Installation Count 39
Current Version 5.0
Last Updated 2022-12-14
Publish Date 2022-11-29
Rating 1.00/5 Total 2 Ratings
Developer AllianceTek Inc
Email [email protected]
Payment Type free
Extension Website https://www.managemyurls.com/
Help Page URL http://managemyurls.com/home/privacypolicy
Supported Languages 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"
        }
    ]
}