FindAllLinks

Find paths in the html/js

Cos'è FindAllLinks?

FindAllLinks è un'estensione di Chrome sviluppata da Sicarius, e la sua funzione principale è "Find paths in the html/js".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FindAllLinks

Scarica i file di estensione FindAllLinks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome FindAllLinks FindAllLinks
ID ecakpoecmehpjhpgfndlkhahedcembki
URL Ufficiale https://chromewebstore.google.com/detail/findalllinks/ecakpoecmehpjhpgfndlkhahedcembki
Descrizione Find paths in the html/js
Dimensione del File 318 KB
Conteggio Installazioni 99
Versione Corrente 1.0
Ultimo Aggiornamento 2022-05-19
Data di Pubblicazione 2022-01-13
Sviluppatore Sicarius
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ElSicarius/linktrouvereur
URL della Pagina di Aiuto https://github.com/ElSicarius/linktrouvereur
Lingue Supportate 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"
}