Source Finder

Source Finder

What is Source Finder?

Source Finder is a Chrome extension developed by Hipster Private Limited, and its main feature is "Source Finder".

Extension Screenshots

screenshot
screenshot

Download Source Finder Extension CRX File

Download Source Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Source Finder Source Finder
ID hkfimkoljbbfklglbkdgfpameplcdjmh
Official URL https://chromewebstore.google.com/detail/source-finder/hkfimkoljbbfklglbkdgfpameplcdjmh
Description Source Finder
File Size 1.23 MB
Installation Count 34
Current Version 1.0
Last Updated 2023-07-27
Publish Date 2023-07-24
Rating 5.00/5 Total 1 Ratings
Developer Hipster Private Limited
Email [email protected]
Payment Type free
Extension Website https://hipster-inc.com/
Help Page URL https://hipster-inc.com/contact-us
Supported Languages 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"
    }
}