The Finger Cursor

This extension turns all your cursors into the middle finger.

The Finger Cursorとは何ですか?

The Finger CursorはMiguel Motaによって開発されたChromeの拡張機能で、その主な機能は「This extension turns all your cursors into the middle finger.」です。

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

screenshot

The Finger Cursor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension turns all your cursors into the middle finger. Enabled automatically on installation. Go to chrome://extensions to disable.


* FOR SECURITY REASONS, EXTENSIONS DON'T WORK ON THE CHROME EXTENSIONS WEBSITE AND CHROME BROWSER INTERNAL PAGES *                    

拡張機能の基本情報

名前 The Finger Cursor The Finger Cursor
ID pefbcdoghamgldfkhonodjmmdcfdcfbh
公式URL https://chrome.google.com/webstore/detail/the-finger-cursor/pefbcdoghamgldfkhonodjmmdcfdcfbh
説明 This extension turns all your cursors into the middle finger.
ファイルサイズ 16.49 KB
インストール数 8,000
現在のバージョン 1.3
最終更新日 2019-04-28
公開日 2019-04-28
評価 2.42/5 合計 115 レビュー
開発者 Miguel Mota
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/miguelmota/the-finger-cursor
プライバシーポリシーページのURL https://github.com/miguelmota/miguelmota.github.com/wiki/Privacy-Policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Finger Cursor",
    "description": "This extension turns all your cursors into the middle finger.",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "extension.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "extension.css",
        "cursor.png",
        "[email protected]"
    ],
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "activeTab",
        "storage"
    ]
}