FindAllLinks
Find paths in the html/js
Apa itu FindAllLinks?
FindAllLinks adalah ekstensi Chrome yang dikembangkan oleh Sicarius, dan fitur utamanya adalah "Find paths in the html/js".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FindAllLinks
Unduh file ekstensi FindAllLinks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This tool helps you find URLS and API endpoints embeded in js files and html content.
Informasi Dasar Ekstensi
Nama | FindAllLinks |
ID | ecakpoecmehpjhpgfndlkhahedcembki |
URL Resmi | https://chromewebstore.google.com/detail/findalllinks/ecakpoecmehpjhpgfndlkhahedcembki |
Deskripsi | Find paths in the html/js |
Ukuran File | 318 KB |
Jumlah Instalasi | 99 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-05-19 |
Tanggal Publikasi | 2022-01-13 |
Pengembang | Sicarius |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ElSicarius/linktrouvereur |
URL Halaman Bantuan | https://github.com/ElSicarius/linktrouvereur |
Bahasa yang Didukung | 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" } |