CF Spark Browser Plugin

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

Vad är CF Spark Browser Plugin?

CF Spark Browser Plugin är en Chrome-tillägg utvecklad av Creative Fabrica, och dess huvudfunktion är "Turn any image you see on the internet into new unique images by simply clicking a button".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner CF Spark Browser Plugin-förlängningens CRX-fil

Ladda ner CF Spark Browser Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CF Spark Browser Plugin CF Spark Browser Plugin
ID fffiooegpamkcknjfhemelbggljkegpj
Officiell webbadress https://chromewebstore.google.com/detail/cf-spark-browser-plugin/fffiooegpamkcknjfhemelbggljkegpj
Beskrivning Turn any image you see on the internet into new unique images by simply clicking a button
Filstorlek 79.79 KB
Antal Installationer 4,337
Aktuell Version 1.0.0
Senast Uppdaterad 2023-02-01
Publiceringsdatum 2023-02-01
Betyg 4.54/5 Totalt 347 Betyg
Utvecklare Creative Fabrica
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.iubenda.com/privacy-policy/24976076/legal
Stödda Språk 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": [
                ""
            ]
        }
    ]
}