Top Anime pack Cursors

Choose your favorite pack of cursors from popular anime series, and replace the standard cursor with something amazing

Τι είναι το Top Anime pack Cursors;

Το Top Anime pack Cursors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον customanimecursors, και η κύρια λειτουργία του είναι "Choose your favorite pack of cursors from popular anime series, and replace the standard cursor with something amazing".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Top Anime pack Cursors

Λήψη αρχείων επέκτασης Top Anime pack Cursors σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Let's change your cursor to a custom cursor

We provide you with a whole pack of anime cursors, you no longer have to download dozens of different extensions, only one is enough for you. We currently provide 3 packs of different anime cursors such as "Attack on Titan Anime Cursor", "Haikyuu Cursor", "Jujutsu Anime Cursor" and "Squid Games".

This extension will allow you to replace a boring standard cursor with something new and amazing, we offer a huge selection of cursors in which you can choose what you like. Let your browser refresh with new colors.

We promise that we will also add other packs of cursors in the near future!) It all depends on your activity. =)

Installing our extension is extremely simple, select this extension from the chrome store, click install in your browser, and select the cursor you like in the cursor selection window. Also, you can change not only the usual pointer, but also the pointer for this, click on the button at the bottom of the cursor selection window.
****
After installation, you need to update the tab on which you are located, also by the rules of google chrome, this extension does not work in the chrome store, to check the extension go to any other site
****

Tell your friends about us and leave a review about us, we listen to everyone.
We will take into account any wishes.
Please rate us and say any of your wishes =)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Top Anime pack Cursors Top Anime pack Cursors
ID dlopaejbdhfeiimiofngglhbjlhobnec
Επίσημο URL https://chromewebstore.google.com/detail/top-anime-pack-cursors/dlopaejbdhfeiimiofngglhbjlhobnec
Περιγραφή Choose your favorite pack of cursors from popular anime series, and replace the standard cursor with something amazing
Μέγεθος Αρχείου 1.02 MB
Αριθμός Εγκαταστάσεων 214
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2022-06-14
Ημερομηνία Δημοσίευσης 2022-04-18
Αξιολόγηση 3.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής customanimecursors
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Choose your favorite pack of cursors from popular anime series, and replace the standard cursor with something amazing",
    "name": "Top Anime pack Cursors",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "version": "1.0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "author": "AnimeCursors"
}