CF Spark Browser Plugin

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

Cos'è CF Spark Browser Plugin?

CF Spark Browser Plugin è un'estensione di Chrome sviluppata da Creative Fabrica, e la sua funzione principale è "Turn any image you see on the internet into new unique images by simply clicking a button".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CF Spark Browser Plugin

Scarica i file di estensione CF Spark Browser Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CF Spark Browser Plugin CF Spark Browser Plugin
ID fffiooegpamkcknjfhemelbggljkegpj
URL Ufficiale https://chromewebstore.google.com/detail/cf-spark-browser-plugin/fffiooegpamkcknjfhemelbggljkegpj
Descrizione Turn any image you see on the internet into new unique images by simply clicking a button
Dimensione del File 79.79 KB
Conteggio Installazioni 4,337
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-02-01
Data di Pubblicazione 2023-02-01
Valutazione 4.54/5 Totale 347 Valutazioni
Sviluppatore Creative Fabrica
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.iubenda.com/privacy-policy/24976076/legal
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}