FindAllLinks

Find paths in the html/js

Что такое FindAllLinks?

FindAllLinks - это расширение Chrome, разработанное Sicarius, и его основная функция - "Find paths in the html/js".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения FindAllLinks

Скачайте файлы расширений FindAllLinks в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название FindAllLinks FindAllLinks
ID ecakpoecmehpjhpgfndlkhahedcembki
Официальный URL https://chromewebstore.google.com/detail/findalllinks/ecakpoecmehpjhpgfndlkhahedcembki
Описание Find paths in the html/js
Размер файла 318 KB
Количество установок 99
Текущая Версия 1.0
Последнее Обновление 2022-05-19
Дата публикации 2022-01-13
Разработчик Sicarius
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/ElSicarius/linktrouvereur
URL страницы помощи https://github.com/ElSicarius/linktrouvereur
Поддерживаемые языки 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"
}