My Custom Pointer for Chrome

With MyCustomPointer you can change all the cursors of google chrome as you prefer!

My Custom Pointer for Chromeとは何ですか?

My Custom Pointer for ChromeはRIKIPBによって開発されたChromeの拡張機能で、その主な機能は「With MyCustomPointer you can change all the cursors of google chrome as you prefer!」です。

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

screenshot
screenshot

My Custom Pointer for Chrome拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Con MyCustomPointer Puoi cambiare tutti i cursori con le immagini che vuoi, puoi anche caricarci le tue foto personalizzate..                    

拡張機能の基本情報

名前 My Custom Pointer for Chrome My Custom Pointer for Chrome
ID poniialibimagojknehneaghbeeoekem
公式URL https://chromewebstore.google.com/detail/my-custom-pointer-for-chr/poniialibimagojknehneaghbeeoekem
説明 With MyCustomPointer you can change all the cursors of google chrome as you prefer!
ファイルサイズ 657 KB
インストール数 771
現在のバージョン 1.4
最終更新日 2021-03-19
公開日 2019-11-08
評価 1.00/5 合計 2 レビュー
開発者 RIKIPB
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.weblynote.com/privacy.html
対応言語 de,en,fr,es,it,ro,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Custom Pointer for Chrome",
    "short_name": "MyCustomPointer",
    "default_locale": "en",
    "version": "1.4",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self';",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/jquery-1.10.2.js",
                "js\/jquery.min.js",
                "main.js",
                "js\/jimp.min.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.10.2.js",
            "js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "fonts\/Sickness.ttf"
    ]
}