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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}