FreeConvert

Bookmark extension for FreeConvert.com

What is FreeConvert?

FreeConvert is a Chrome extension developed by http://freeconvert.com, and its main feature is "Bookmark extension for FreeConvert.com".

Extension Screenshots

screenshot
screenshot

Download FreeConvert Extension CRX File

Download FreeConvert 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

                        FreeConvert.com is an online tool to convert audio, video, image, or document files. 

Simply drag and drop your files and convert up to 20 files at a time. There is no software to install or account registrations.

Most of our file conversions has advanced options for you to control the output file. For example:

- Audio conversions (cut audio, select audio codec, bit rate, select channels..etc)
- Video conversions (cut video, select target audio/video codec, bit rate, video aspect ratio and resolution)
- Image conversions (set image dimensions, compression level)
- Document conversions (Set orientation, margins, compression level)

Plus, you can also use our intuitive unit converters to convert length, weight, temperature, energy, or area measurements from one unit to another.                    

Extension Basic Information

Name FreeConvert FreeConvert
ID dhljbjnfdmioakhdbgggpnigikkiebjm
Official URL https://chrome.google.com/webstore/detail/freeconvert/dhljbjnfdmioakhdbgggpnigikkiebjm
Description Bookmark extension for FreeConvert.com
File Size 9.17 KB
Installation Count 614
Current Version 1.1
Last Updated 2019-12-27
Publish Date 2019-12-18
Rating 5.00/5 Total 1 Ratings
Developer http://freeconvert.com
Email [email protected]
Payment Type free
Extension Website https://www.freeconvert.com/
Help Page URL https://www.freeconvert.com/contact
Privacy Policy Page URL https://www.freeconvert.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreeConvert",
    "version": "1.1",
    "description": "Bookmark extension for FreeConvert.com",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "File Converter",
        "default_icon": {
            "16": "images\/extension16.png",
            "32": "images\/extension32.png",
            "48": "images\/extension48.png",
            "128": "images\/extension128.png"
        }
    },
    "icons": {
        "16": "images\/extension16.png",
        "32": "images\/extension32.png",
        "48": "images\/extension48.png",
        "128": "images\/extension128.png"
    },
    "manifest_version": 2
}