The Finger Cursor

This extension turns all your cursors into the middle finger.

Apa itu The Finger Cursor?

The Finger Cursor adalah ekstensi Chrome yang dikembangkan oleh Miguel Mota, dan fitur utamanya adalah "This extension turns all your cursors into the middle finger.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Finger Cursor

Unduh file ekstensi The Finger Cursor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 *                    

Informasi Dasar Ekstensi

Nama The Finger Cursor The Finger Cursor
ID pefbcdoghamgldfkhonodjmmdcfdcfbh
URL Resmi https://chrome.google.com/webstore/detail/the-finger-cursor/pefbcdoghamgldfkhonodjmmdcfdcfbh
Deskripsi This extension turns all your cursors into the middle finger.
Ukuran File 16.49 KB
Jumlah Instalasi 8,000
Versi Saat Ini 1.3
Terakhir Diperbarui 2019-04-28
Tanggal Publikasi 2019-04-28
Penilaian 2.42/5 Total 115 Penilaian
Pengembang Miguel Mota
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/miguelmota/the-finger-cursor
URL Halaman Kebijakan Privasi https://github.com/miguelmota/miguelmota.github.com/wiki/Privacy-Policy
Bahasa yang Didukung 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"
    ]
}