Linky.link

This extension will create linky.link links for you.

What is Linky.link?

Linky.link is a Chrome extension developed by linky.link, and its main feature is "This extension will create linky.link links for you.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Linky.link Extension CRX File

Download Linky.link 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

                        This extension will create linky.link links for you to share.                    

Extension Basic Information

Name Linky.link Linky.link
ID bkpejliocpghbcodgfdfmflppabgakbi
Official URL https://chrome.google.com/webstore/detail/linkylink/bkpejliocpghbcodgfdfmflppabgakbi
Description This extension will create linky.link links for you.
File Size 11.96 KB
Installation Count 30
Current Version 3.1
Last Updated 2019-08-23
Publish Date 2019-08-23
Rating 3.00/5 Total 3 Ratings
Developer linky.link
Payment Type free
Extension Website http://linky.link
Privacy Policy Page URL https://linky.link/content/privacy-policy.pdf
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linky.link",
    "description": "This extension will create linky.link links for you.",
    "version": "3.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/linky16x16.png",
        "48": "icons\/linky48x48.png",
        "128": "icons\/linky128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "linky-style.css"
            ],
            "js": [
                "login.js",
                "autoOpener.js",
                "mycontent.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "*.png"
    ]
}