CF Spark Browser Plugin

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

Wat is CF Spark Browser Plugin?

CF Spark Browser Plugin is een Chrome-extensie ontwikkeld door Creative Fabrica, en de belangrijkste functie is "Turn any image you see on the internet into new unique images by simply clicking a button".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CF Spark Browser Plugin

Download CF Spark Browser Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CF Spark Browser Plugin CF Spark Browser Plugin
ID fffiooegpamkcknjfhemelbggljkegpj
Officiële URL https://chromewebstore.google.com/detail/cf-spark-browser-plugin/fffiooegpamkcknjfhemelbggljkegpj
Beschrijving Turn any image you see on the internet into new unique images by simply clicking a button
Bestandsgrootte 79.79 KB
Aantal Installaties 4,337
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-02-01
Publicatiedatum 2023-02-01
Beoordeling 4.54/5 Totaal 347 Beoordelingen
Ontwikkelaar Creative Fabrica
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.iubenda.com/privacy-policy/24976076/legal
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}