FindAllLinks
Find paths in the html/js
Co to jest FindAllLinks?
FindAllLinks to rozszerzenie Chrome opracowane przez Sicarius, a jego główną funkcją jest „Find paths in the html/js”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FindAllLinks
Pobierz pliki rozszerzeń FindAllLinks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This tool helps you find URLS and API endpoints embeded in js files and html content.
Podstawowe informacje o rozszerzeniu
Nazwa | FindAllLinks |
ID | ecakpoecmehpjhpgfndlkhahedcembki |
Oficjalny URL | https://chromewebstore.google.com/detail/findalllinks/ecakpoecmehpjhpgfndlkhahedcembki |
Opis | Find paths in the html/js |
Rozmiar pliku | 318 KB |
Liczba instalacji | 99 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-05-19 |
Data Publikacji | 2022-01-13 |
Deweloper | Sicarius |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ElSicarius/linktrouvereur |
Adres URL Strony Pomocy | https://github.com/ElSicarius/linktrouvereur |
Obsługiwane Języki | 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" } |