FindAllLinks

Find paths in the html/js

FindAllLinks क्या है?

FindAllLinks Sicarius द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find paths in the html/js"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FindAllLinks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}