Anime Cursors

Replaces the standard mouse cursor.

Anime Cursorsคืออะไร?

Anime Cursors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Animecursors และคุณลักษณะหลักของมันคือ "Replaces the standard mouse cursor."

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

screenshot
screenshot

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

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

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

                        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                    

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

ชื่อ Anime Cursors Anime Cursors
ID gbonepihbdlngjfekpacdlclklenioam
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/anime-cursors/gbonepihbdlngjfekpacdlclklenioam
คำอธิบาย Replaces the standard mouse cursor.
ขนาดไฟล์ 905 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2021-08-09
วันที่เผยแพร่ 2021-01-24
คะแนน 3.34/5 รวมทั้งหมด 85 คะแนน
ผู้พัฒนา Animecursors
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}