Flaticon SVG

Download any icon/sticker in svg format without any limits

What is Flaticon SVG?

Flaticon SVG is a Chrome extension developed by mapree.dev, and its main feature is "Download any icon/sticker in svg format without any limits".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Flaticon SVG Extension CRX File

Download Flaticon SVG 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

                        How to use:
1. Login in flaticon
2. Search your icon
3. Download using svg button and be happy                    

Extension Basic Information

Name Flaticon SVG Flaticon SVG
ID mgmpnjoaiemmpaikooaknnmljflbnnhf
Official URL https://chromewebstore.google.com/detail/flaticon-svg/mgmpnjoaiemmpaikooaknnmljflbnnhf
Description Download any icon/sticker in svg format without any limits
File Size 10.68 KB
Installation Count 222
Current Version 0.1.0
Last Updated 2023-12-17
Publish Date 2023-12-02
Rating 5.00/5 Total 6 Ratings
Developer mapree.dev
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flaticon SVG",
    "id": "flaticonsvg",
    "version": "0.1.0",
    "description": "Download any icon\/sticker in svg format without any limits",
    "content_scripts": [
        {
            "js": [
                "src\/content\/index.js"
            ],
            "matches": [
                "https:\/\/www.flaticon.com\/**",
                "https:\/\/www.flaticon.es\/**"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}