CUTE WALL-E

Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…

CUTE WALL-Eとは何ですか?

CUTE WALL-EはParamon exctによって開発されたChromeの拡張機能で、その主な機能は「Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

CUTE WALL-E拡張機能のCRXファイルをダウンロード

CUTE WALL-E拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Wanted a cute mouse cursor instead of regular one?

Our extension will solve your problem! The CUTE WALL-E cursor is a very simple extension for which nothing needs to be configured.
It will change your cursor to the one from the WALL-E cartoon.
Brighten up your day and enjoy it                    

拡張機能の基本情報

名前 CUTE WALL-E CUTE WALL-E
ID ccnlabknkigbdflncffhbhbegohbodng
公式URL https://chromewebstore.google.com/detail/cute-wall-e/ccnlabknkigbdflncffhbhbegohbodng
説明 Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…
ファイルサイズ 33.5 KB
インストール数 16
現在のバージョン 0.0.1
最終更新日 2022-04-22
公開日 2022-04-21
評価 5.00/5 合計 26 レビュー
開発者 Paramon exct
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.writeurl.com/publish/bfexen7u7r6an3scoaii
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "assets\/icons\/logo128.png",
            "32": "assets\/icons\/logo32.png",
            "16": "assets\/icons\/logo16.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icons\/logo128.png",
        "32": "assets\/icons\/logo32.png",
        "16": "assets\/icons\/logo16.png"
    },
    "manifest_version": 3,
    "name": "CUTE WALL-E",
    "permissions": [
        "storage"
    ],
    "version": "0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*"
            ]
        }
    ]
}