Anime Cursors

Replaces the standard mouse cursor.

Qu'est-ce que Anime Cursors ?

Anime Cursors est une extension Chrome développée par Animecursors, et sa fonction principale est "Replaces the standard mouse cursor.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Anime Cursors

Téléchargez les fichiers d'extension Anime Cursors 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

                        Replaces the standard mouse cursor in the browser.
******
More than 20 unique cursors from different cartoons of the "Anime" genre.
Selecting the cursor is not a big deal, just select the cursor you like and click on it once, that's all you have selected the cursor. If you want to change the size of the selected cursor just press "+" or "-" in the box above the cursors. If you want to return the standard cursor just click "Disable" and you will be returned to the standard cursor.
******
Admonition.

These cursors do not work on the main page of google and google shop chrome "google policy"
And also if the cursor does not change, refresh this page.
*******
Please rate us, it will help us to improve these cursors, and tell your friends. 
******






Naruto cursors
One punch man cursors                    

Informations de Base sur l'Extension

Nom Anime Cursors Anime Cursors
ID gbonepihbdlngjfekpacdlclklenioam
URL Officiel https://chrome.google.com/webstore/detail/anime-cursors/gbonepihbdlngjfekpacdlclklenioam
Description Replaces the standard mouse cursor.
Taille du Fichier 905 KB
Nombre d'Installations 20,000
Version Actuelle 1.2.2
Dernière Mise à Jour 2021-08-09
Date de Publication 2021-01-24
Évaluation 3.34/5 Total 85 Évaluations
Développeur Animecursors
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anime Cursors",
    "description": "Replaces the standard mouse cursor.",
    "version": "1.2.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "Images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "",
        "*:\/\/*\/*",
        "webNavigation",
        "tabs",
        "activeTab"
    ]
}