CF Spark Browser Plugin

Turn any image you see on the internet into new unique images by simply clicking a button

What is CF Spark Browser Plugin?

CF Spark Browser Plugin is a Chrome extension developed by Creative Fabrica, and its main feature is "Turn any image you see on the internet into new unique images by simply clicking a button".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CF Spark Browser Plugin Extension CRX File

Download CF Spark Browser Plugin 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

                        Turn any image you see on the internet into new unique images by simply clicking a button                    

Extension Basic Information

Name CF Spark Browser Plugin CF Spark Browser Plugin
ID fffiooegpamkcknjfhemelbggljkegpj
Official URL https://chromewebstore.google.com/detail/cf-spark-browser-plugin/fffiooegpamkcknjfhemelbggljkegpj
Description Turn any image you see on the internet into new unique images by simply clicking a button
File Size 79.79 KB
Installation Count 4,337
Current Version 1.0.0
Last Updated 2023-02-01
Publish Date 2023-02-01
Rating 4.54/5 Total 347 Ratings
Developer Creative Fabrica
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.iubenda.com/privacy-policy/24976076/legal
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CF Spark Browser Plugin",
    "version": "1.0.0",
    "content_scripts": [
        {
            "js": [
                "src\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "src\/img\/logo16.png",
            "32": "src\/img\/logo-32.png",
            "48": "src\/img\/logo-48.png",
            "128": "src\/img\/logo-128.png"
        }
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "48": "src\/img\/logo-48.png",
        "128": "src\/img\/logo-128.png"
    },
    "description": "Turn any image you see on the internet into new unique images by simply clicking a button",
    "web_accessible_resources": [
        {
            "resources": [
                "src\/img\/*.png",
                "src\/img\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}