MARVEL-DC Cursor

MARVEL-DC Cursor

MARVEL-DC Cursorとは何ですか?

MARVEL-DC CursorはQltymedia Online LTDによって開発されたChromeの拡張機能で、その主な機能は「MARVEL-DC Cursor」です。

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

screenshot

MARVEL-DC Cursor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Replaces default cursor with a cool super hero cursor. Change the usual mouse pointer to an amazing custom cursor.
Super hero cursors is a wonderful extension for everyone who wants to change the default mouse pointer to a cool and trendy one.
The new tab  embeds a search bar. Search features are provided by Microsoft Bing. No changes to your browser default search settings will be made.
By installing Marvel Cursor extension, you agree to the the Privacy Policy elaborated on Horizon Group website:
Privacy Policy: https://horizon-grp.com/?page_id=3                    

拡張機能の基本情報

名前 MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
公式URL https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
説明 MARVEL-DC Cursor
ファイルサイズ 59.66 KB
インストール数 83
現在のバージョン 1.0.0
最終更新日 2022-10-09
公開日 2022-10-06
開発者 Qltymedia Online LTD
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://horizon-grp.com/
プライバシーポリシーページのURL https://qltymedia.com/silly-cats
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MARVEL-DC Cursor",
    "description": "MARVEL-DC Cursor",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}