Anything Copilot - Any web page as copilot

Use the official ChatGPT website or any other webpage for free as your AI copilot, including GPTs, GPT-4, or any new features.

Anything Copilot - Any web page as copilot क्या है?

Anything Copilot - Any web page as copilot https://ziziyi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the official ChatGPT website or any other webpage for free as your AI copilot, including GPTs, GPT-4, or any new features."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anything Copilot - Any web page as copilot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Anything Copilot is a powerful browser extension that offers a simple yet robust sidebar feature, allowing you to easily access tools like ChatGPT, Gemini, and Microsoft Copilot directly from your Chrome sidebar. This innovative extension is designed to streamline your workflow, increase productivity, and enhance your overall browsing experience.

Open any web page in a Copilot window and seamlessly multitask with other pages or applications. You can:


😎 Free to use the latest ChatGPT features, GPTs, GPT4-Vision...

😘 Other AI tools are also supported, including Bard, Claude, New Bing and HuggingChat

😊 Or just use some gadgets, Google Translate, Squoosh, Adobe Color...

👻 Leisure and entertainment are also good, watch Tiktok, browse X or chat with friends on Telegram                    

एक्सटेंशन की मूल जानकारी

नाम Anything Copilot - Any web page as copilot Anything Copilot - Any web page as copilot
ID lilckelmopbcffmglfmfhelaajhjpcff
आधिकारिक URL https://chromewebstore.google.com/detail/anything-copilot-any-web/lilckelmopbcffmglfmfhelaajhjpcff
विवरण Use the official ChatGPT website or any other webpage for free as your AI copilot, including GPTs, GPT-4, or any new features.
फ़ाइल का आकार 1.57 MB
स्थापना संख्या 169
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2023-11-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://ziziyi.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/baotlake/anything-copilot
गोपनीयता नीति पृष्ठ URL https://qing.ziziyi.com/privacy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.2.3",
    "action": {
        "default_icon": {
            "16": "logo.png",
            "24": "logo.png",
            "32": "logo.png"
        },
        "default_title": "__MSG_short_name__",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "author": {
        "email": "[email protected]"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader.js"
            ],
            "matches": [
                "http:\/\/placeholder.ziziyi.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "permissions": [
        "tabs",
        "scripting",
        "activeTab",
        "storage",
        "offscreen",
        "sidePanel",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "optional_permissions": [],
    "host_permissions": [
        ""
    ],
    "minimum_chrome_version": "111",
    "commands": {
        "toggleMinimize": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "__MSG_toggle_minimize_desc__",
            "global": true
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "logo.svg"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/js\/*",
                "\/assets\/*"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "http:\/\/placeholder.ziziyi.com\/*"
            ],
            "resources": [
                "js\/chunk-93a98b56.js",
                "js\/chunk-85f29d98.js",
                "js\/chunk-2bb08202.js",
                "js\/chunk-84afa264.js",
                "js\/chunk-3409aafd.js",
                "js\/chunk-c1027e63.js",
                "js\/chunk-4f5578a6.js",
                "assets\/LoadingBar.css",
                "assets\/index.css"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
    }
}