Anime Cursors

Replaces the standard mouse cursor.

Was ist Anime Cursors?

Anime Cursors ist eine Chrome-Erweiterung, die von Animecursors entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the standard mouse cursor.".

Erweiterungsscreenshots

screenshot
screenshot

Anime Cursors-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anime Cursors-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Anime Cursors Anime Cursors
ID gbonepihbdlngjfekpacdlclklenioam
Offizielle URL https://chrome.google.com/webstore/detail/anime-cursors/gbonepihbdlngjfekpacdlclklenioam
Beschreibung Replaces the standard mouse cursor.
Dateigröße 905 KB
Installationsanzahl 20,000
Aktuelle Version 1.2.2
Letztes Update 2021-08-09
Veröffentlichungsdatum 2021-01-24
Bewertung 3.34/5 Insgesamt 85 Bewertungen
Entwickler Animecursors
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}