The Finger Cursor

This extension turns all your cursors into the middle finger.

The Finger Cursor là gì?

The Finger Cursor là một tiện ích mở rộng Chrome được phát triển bởi Miguel Mota, và tính năng chính của nó là "This extension turns all your cursors into the middle finger.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Finger Cursor

Tải xuống các tệp mở rộng The Finger Cursor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 *                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Finger Cursor The Finger Cursor
ID pefbcdoghamgldfkhonodjmmdcfdcfbh
URL Chính Thức https://chrome.google.com/webstore/detail/the-finger-cursor/pefbcdoghamgldfkhonodjmmdcfdcfbh
Mô tả This extension turns all your cursors into the middle finger.
Kích Thước Tệp 16.49 KB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-04-28
Ngày Phát Hành 2019-04-28
Đánh Giá 2.42/5 Tổng số 115 Đánh Giá
Nhà Phát Triển Miguel Mota
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/miguelmota/the-finger-cursor
URL Trang Chính Sách Bảo Mật https://github.com/miguelmota/miguelmota.github.com/wiki/Privacy-Policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}