Source Finder

Source Finder

Source Finder क्या है?

Source Finder Hipster Private Limited द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Source Finder"।

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

screenshot
screenshot

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

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

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

                        With this extension tool, users can effortlessly upload their resources onto Source Finder, making resource sharing a breeze. 

Easily upload your files, documents, images and videos to the Source Finder platform directly from your browser!                    

एक्सटेंशन की मूल जानकारी

नाम Source Finder Source Finder
ID hkfimkoljbbfklglbkdgfpameplcdjmh
आधिकारिक URL https://chromewebstore.google.com/detail/source-finder/hkfimkoljbbfklglbkdgfpameplcdjmh
विवरण Source Finder
फ़ाइल का आकार 1.23 MB
स्थापना संख्या 34
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-07-27
प्रकाशन तिथि 2023-07-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Hipster Private Limited
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hipster-inc.com/
सहायता पृष्ठ URL https://hipster-inc.com/contact-us
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Source Finder",
    "description": "Source Finder",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "Extensionicons.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}