The Finger Cursor

This extension turns all your cursors into the middle finger.

Qu'est-ce que The Finger Cursor ?

The Finger Cursor est une extension Chrome développée par Miguel Mota, et sa fonction principale est "This extension turns all your cursors into the middle finger.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Finger Cursor

Téléchargez les fichiers d'extension The Finger Cursor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 *                    

Informations de Base sur l'Extension

Nom The Finger Cursor The Finger Cursor
ID pefbcdoghamgldfkhonodjmmdcfdcfbh
URL Officiel https://chrome.google.com/webstore/detail/the-finger-cursor/pefbcdoghamgldfkhonodjmmdcfdcfbh
Description This extension turns all your cursors into the middle finger.
Taille du Fichier 16.49 KB
Nombre d'Installations 8,000
Version Actuelle 1.3
Dernière Mise à Jour 2019-04-28
Date de Publication 2019-04-28
Évaluation 2.42/5 Total 115 Évaluations
Développeur Miguel Mota
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/miguelmota/the-finger-cursor
URL de la Page de Politique de Confidentialité https://github.com/miguelmota/miguelmota.github.com/wiki/Privacy-Policy
Langues Prises en Charge 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"
    ]
}