MimicPC - Run Any AI App on Your Cloud PC

Let you effortlessly run any AI application and model without limitations.

什麼是MimicPC - Run Any AI App on Your Cloud PC?

MimicPC - Run Any AI App on Your Cloud PC是由mimicpcsgp開發的Chrome擴展程式,該擴展的主要功能是“Let you effortlessly run any AI application and model without limitations.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載MimicPC - Run Any AI App on Your Cloud PC擴展crx文件

下載MimicPC - Run Any AI App on Your Cloud PC擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        MimicPC, your flexible cloud computer, let you effortlessly run any AI application and model without limitations.

Product Features:
1. Easy Access Anywhere: Use it effortlessly in your browser, no matter what device you're on.
2. Seamless Automation: Deploy any AI app or model with a single click—no complex steps, no hassle.
3. Powerful Scalability: Enjoy scalable computing power, unrestricted by your device's performance.
4. Budget-Friendly: Pay only for what you use with hourly billing—no wasted expenses, just flexibility.
5. Curated AI Models: Access quality models without the clutter—no restrictions on innovative features like face-swapping.
6. Secure & Private: Your own exclusive space for enhanced privacy and security.
Install the MimicPC Chrome extension and experience the revolution of AI faceswap—enjoy a more convenient, flexible, and secure AI journey!                    

擴展基本資訊

名稱 MimicPC - Run Any AI App on Your Cloud PC MimicPC - Run Any AI App on Your Cloud PC
ID dhmjomcjhjmmicfphghkgijbkopkekpb
官方網址 https://chromewebstore.google.com/detail/mimicpc-run-any-ai-app-on/dhmjomcjhjmmicfphghkgijbkopkekpb
簡介 Let you effortlessly run any AI application and model without limitations.
檔案大小 215 KB
安裝次數 34
目前版本 0.1.0.18
更新時間 2024-01-31
上架時間 2024-01-08
評分 5.00/5 共 3 次評分
開發者 mimicpcsgp
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.mimicpc.com
說明頁面URL https://www.mimicpc.com
隱私政策頁面URL https://www.mimicpc.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MimicPC - Run Any AI App on Your Cloud PC",
    "description": "Let you effortlessly run any AI application and model without limitations.",
    "version": "0.1.0.18",
    "action": [],
    "icons": {
        "256": "logo.c369b296.png"
    },
    "background": {
        "service_worker": "background.2469ad83.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.b8bfe408.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/panel\/index.html",
                "pages\/popup\/index.html",
                "pages\/popup\/error.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.mimicpc.com\/"
    ],
    "permissions": [
        "tabs",
        "cookies"
    ]
}