FindAllLinks

Find paths in the html/js

What is FindAllLinks?

FindAllLinks is a Chrome extension developed by Sicarius, and its main feature is "Find paths in the html/js".

Extension Screenshots

screenshot

Download FindAllLinks Extension CRX File

Download FindAllLinks 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 tool helps you find URLS and API endpoints embeded in js files and html content.                    

Extension Basic Information

Name FindAllLinks FindAllLinks
ID ecakpoecmehpjhpgfndlkhahedcembki
Official URL https://chromewebstore.google.com/detail/findalllinks/ecakpoecmehpjhpgfndlkhahedcembki
Description Find paths in the html/js
File Size 318 KB
Installation Count 99
Current Version 1.0
Last Updated 2022-05-19
Publish Date 2022-01-13
Developer Sicarius
Email [email protected]
Payment Type free
Extension Website https://github.com/ElSicarius/linktrouvereur
Help Page URL https://github.com/ElSicarius/linktrouvereur
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "description": "Find paths in the html\/js",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "manifest_version": 2,
    "name": "FindAllLinks",
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite"
    ],
    "version": "1.0",
    "author": "Sicarius"
}