FindAllLinks
Find paths in the html/js
ما هو FindAllLinks؟
FindAllLinks هو إضافة Chrome تم تطويرها بواسطة Sicarius، والميزة الرئيسية لها هي "Find paths in the html/js".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FindAllLinks
قم بتنزيل ملفات الامتداد FindAllLinks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This tool helps you find URLS and API endpoints embeded in js files and html content.
معلومات أساسية عن التمديد
الاسم | 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 |
عنوان صفحة المساعدة | 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" } |