Haikyuu Anime Cursors

Cool Anime Cursors in few clicks. Download Haikyuu Anime Cursors for Chrome extension

Haikyuu Anime Cursorsคืออะไร?

Haikyuu Anime Cursors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Custom Cursor Changer และคุณลักษณะหลักของมันคือ "Cool Anime Cursors in few clicks. Download Haikyuu Anime Cursors for Chrome extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Haikyuu Anime Cursors

ดาวน์โหลดไฟล์ส่วนขยาย Haikyuu Anime Cursors ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Haikyuu Anime Cursors for Chrome is a free, useful and fun browser Extension for Chrome or Chromium based Browsers.

Haikyuu Anime Cursors for Chrome extension provides cool and high quality animated cursors with the Haikyuu Anime theme. Get all your favorite anime cursors in one place. The extension is pretty lightweight and does not use many system resources. You can choose from a variety of cursor designs or even upload your own.

The only downside is that Haikyuu Anime Cursors for Chrome extension is only for Chrome users. This seems like a big oversight on the developer's part, as other browsers are gaining market share, and even Microsoft Edge is now built off of Google Chrome. If you're using a different browser, there aren't any comparable extensions out there right now.

This extension is great for anyone who likes to customize their desktop with cool mouse cursor themes.

We all love to watch cartoons, and Haikyuu Anime Cursors for Chrome is one of them. In this blog, you will find the cursors for your Chrome Browser. But wait, what is a cursor?
The extension is made by fans, for fans who like Haikyuu Anime Cursors, or just the anime Haikyuu!! in general...

So here are the steps you need to take in order to download Haikyuu Anime Cursors for Chrome:

1. Go to the Chrome Web Store link given below.

2. Click on 'Add To Chrome' button.

3. Click on 'Add Extension' in pop-up box.

Cool Anime Cursors in few clicks.

Download Haikyuu Anime Cursors for Chrome extension from Chrome Web Store.

Features:

- 1700+ custom cursors with high quality preview image to choose from

- customizable cursor size, style and zoom level

- set cursor speed and acceleration

- enable/disable sound on mouse click

- enable/disable any cursor type

- enable/disable cursor animation

- restore default cursors                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Haikyuu Anime Cursors Haikyuu Anime Cursors
ID ipdnnmclhocahagbacmobpeimiellich
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/haikyuu-anime-cursors/ipdnnmclhocahagbacmobpeimiellich
คำอธิบาย Cool Anime Cursors in few clicks. Download Haikyuu Anime Cursors for Chrome extension
ขนาดไฟล์ 192 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2023-07-13
วันที่เผยแพร่ 2022-04-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Custom Cursor Changer
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/15GabjrQ7CED7LnMvRuHnIwDU1PwQgzJi6edbM6rkMRA/edit?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.2",
    "manifest_version": 3,
    "icons": {
        "16": ".\/asset\/icon_16.png",
        "24": ".\/asset\/icon_24.png",
        "32": ".\/asset\/icon_32.png",
        "48": ".\/asset\/icon_48.png",
        "128": ".\/asset\/icon_128.png"
    },
    "action": {
        "default_icon": ".\/asset\/icon_32.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": ".\/html\/PopUp.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "gcm",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/ContentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules1",
                "enabled": true,
                "path": "r-1.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/initCursor.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}