CF Spark Browser Plugin

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

什麼是CF Spark Browser Plugin?

CF Spark Browser Plugin是由Creative Fabrica開發的Chrome擴展程式,該擴展的主要功能是“Turn any image you see on the internet into new unique images by simply clicking a button”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載CF Spark Browser Plugin擴展crx文件

下載CF Spark Browser Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 CF Spark Browser Plugin CF Spark Browser Plugin
ID fffiooegpamkcknjfhemelbggljkegpj
官方網址 https://chromewebstore.google.com/detail/cf-spark-browser-plugin/fffiooegpamkcknjfhemelbggljkegpj
簡介 Turn any image you see on the internet into new unique images by simply clicking a button
檔案大小 79.79 KB
安裝次數 4,337
目前版本 1.0.0
更新時間 2023-02-01
上架時間 2023-02-01
評分 4.54/5 共 347 次評分
開發者 Creative Fabrica
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.iubenda.com/privacy-policy/24976076/legal
支援的語言 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": [
                ""
            ]
        }
    ]
}