FindAllLinks

Find paths in the html/js

Vad är FindAllLinks?

FindAllLinks är en Chrome-tillägg utvecklad av Sicarius, och dess huvudfunktion är "Find paths in the html/js".

Tilläggsskärmbilder

screenshot

Ladda ner FindAllLinks-förlängningens CRX-fil

Ladda ner FindAllLinks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This tool helps you find URLS and API endpoints embeded in js files and html content.                    

Grundläggande Information om Tillägg

Namn FindAllLinks FindAllLinks
ID ecakpoecmehpjhpgfndlkhahedcembki
Officiell webbadress https://chromewebstore.google.com/detail/findalllinks/ecakpoecmehpjhpgfndlkhahedcembki
Beskrivning Find paths in the html/js
Filstorlek 318 KB
Antal Installationer 99
Aktuell Version 1.0
Senast Uppdaterad 2022-05-19
Publiceringsdatum 2022-01-13
Utvecklare Sicarius
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ElSicarius/linktrouvereur
Hjälpsida URL https://github.com/ElSicarius/linktrouvereur
Stödda Språk 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"
}