LinkDown for Browsers

LinkDown's Add-on for browsers, download the favourite videos you like within a click!

What is LinkDown for Browsers?

LinkDown for Browsers is a Chrome extension developed by https://linkscape.app, and its main feature is "LinkDown's Add-on for browsers, download the favourite videos you like within a click!".

Extension Screenshots

screenshot
screenshot

Download LinkDown for Browsers Extension CRX File

Download LinkDown for Browsers 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

                        LinkDown's Add-on for browsers, download the favourite videos you like within a click!                    

Extension Basic Information

Name LinkDown for Browsers LinkDown for Browsers
ID lnckamlbboggdkkgnkaocibpnilhemhc
Official URL https://chromewebstore.google.com/detail/linkdown-for-browsers/lnckamlbboggdkkgnkaocibpnilhemhc
Description LinkDown's Add-on for browsers, download the favourite videos you like within a click!
File Size 45.45 KB
Installation Count 172
Current Version 0.2
Last Updated 2023-05-05
Publish Date 2023-05-04
Rating 4.00/5 Total 1 Ratings
Developer https://linkscape.app
Email [email protected]
Payment Type free
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinkDown for Browsers",
    "description": "LinkDown's Add-on for browsers, download the favourite videos you like within a click!",
    "version": "0.2",
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "cookies",
        "nativeMessaging"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "background.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "LinkDown for Browsers"
    }
}