File sharer

Based on file.io API

What is File sharer?

File sharer is a Chrome extension developed by i.kurski, and its main feature is "Based on file.io API".

Extension Screenshots

screenshot
screenshot

Download File sharer Extension CRX File

Download File sharer 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

                        Convenient, anonymous and secure file sharing.
Based on file.io API

by [email protected]                    

Extension Basic Information

Name File sharer File sharer
ID mejkeiknaedomomciabfkdgcnjdmeeog
Official URL https://chromewebstore.google.com/detail/file-sharer/mejkeiknaedomomciabfkdgcnjdmeeog
Description Based on file.io API
File Size 37.37 KB
Installation Count 87
Current Version 1.0
Last Updated 2018-07-06
Publish Date 2018-07-06
Rating 5.00/5 Total 1 Ratings
Developer i.kurski
Email [email protected]
Payment Type free
Extension Website https://file.io
Help Page URL https://file.io
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "File sharer",
    "description": "Based on file.io API",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "templates\/toolbar-popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}