MultiFile Converter

Enjoy access to a FREE file converter, for your text, image, video, audio files, and more with this Chrome New Tab Extension.

Hvad er MultiFile Converter?

MultiFile Converter er en Chrome-udvidelse udviklet af https://multifile-converter.com, og dens hovedfunktion er "Enjoy access to a FREE file converter, for your text, image, video, audio files, and more with this Chrome New Tab Extension.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download MultiFile Converter-udvidelses-CRX-fil

Download MultiFile Converter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        MultiFile Converter provides a simple conversion tool for a wide variety of files, free on your Chrome™ New Tab.  Compatible with over 30 different file types, including PDF, JPG, DOC, PNG, PPT, MP3, MP4, MOV, and many more. Files are easily converted in a few seconds!

By clicking "Add to Chrome", I accept and agree to installing the MultiFile Converter extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use (https://multifile-converter.com/terms.html) and Privacy Policy (https://multifile-converter.com/privacy.html). The extension will update your search settings and will change your New Tab search to services provided by Bing.

This New Tab extension is a product of Black Rock Interactive.                    

Grundlæggende oplysninger om udvidelsen

Navn MultiFile Converter MultiFile Converter
ID blbeajekbphoogbcoomlkenjbklkoofc
Officiel URL https://chromewebstore.google.com/detail/multifile-converter/blbeajekbphoogbcoomlkenjbklkoofc
Beskrivelse Enjoy access to a FREE file converter, for your text, image, video, audio files, and more with this Chrome New Tab Extension.
Filstørrelse 4.3 MB
Antal Installationer 26,545
Nuværende Version 1.4.48
Senest Opdateret 2021-12-11
Udgivelsesdato 2020-07-02
Bedømmelse 3.11/5 Samlet 9 Bedømmelser
Udvikler https://multifile-converter.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://blackrockinteractive.com/privacy.html
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "settingvariables.js",
            "libs\/jquery3.2.1.min.js",
            "\/js\/storage\/settingsObjBg.js",
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "128": "images\/ext_icon\/icon-128.png",
            "16": "images\/ext_icon\/icon-16.png",
            "19": "images\/ext_icon\/icon-19.png",
            "24": "images\/ext_icon\/icon-24.png",
            "32": "images\/ext_icon\/icon-32.png",
            "48": "images\/ext_icon\/icon-48.png"
        },
        "default_title": "MultiFile Converter chrome extension"
    },
    "chrome_url_overrides": {
        "newtab": "html\/home1.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/ssl.gstatic.com; object-src 'self'",
    "description": "Enjoy access to a FREE file converter, for your text, image, video, audio files, and more with this Chrome New Tab Extension.",
    "icons": {
        "128": "images\/ext_icon\/icon-128.png",
        "16": "images\/ext_icon\/icon-16.png",
        "19": "images\/ext_icon\/icon-19.png",
        "24": "images\/ext_icon\/icon-24.png",
        "32": "images\/ext_icon\/icon-32.png",
        "48": "images\/ext_icon\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "MultiFile Converter",
    "permissions": [
        "storage",
        "cookies",
        "chrome:\/\/favicon\/",
        "*:\/\/multifile-converter.com\/*"
    ],
    "short_name": "MultiFile Converter",
    "version": "1.4.48",
    "web_accessible_resources": [
        "libs\/*",
        "images\/*",
        "css\/*",
        "html\/*",
        "icons\/*"
    ]
}