Any Link Finder!

Script that helps to find any link by searching your especific word within the link url

What is Any Link Finder!?

Any Link Finder! is a Chrome extension developed by https://www.fabianalvarado.com, and its main feature is "Script that helps to find any link by searching your especific word within the link url".

Extension Screenshots

screenshot

Download Any Link Finder! Extension CRX File

Download Any Link Finder! 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

                        Extension that highlights any link by searching your especific word within the link url                    

Extension Basic Information

Name Any Link Finder! Any Link Finder!
ID hdmckdmnhbcgejfckfdhpdmlamngkeeg
Official URL https://chrome.google.com/webstore/detail/any-link-finder/hdmckdmnhbcgejfckfdhpdmlamngkeeg
Description Script that helps to find any link by searching your especific word within the link url
File Size 7.11 KB
Installation Count 103
Current Version 1.4
Last Updated 2018-05-28
Publish Date 2018-05-28
Rating 5.00/5 Total 2 Ratings
Developer https://www.fabianalvarado.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any Link Finder!",
    "description": "Script that helps to find any link by searching your especific word within the link url",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Any Link Finder!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "link_checker.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}