Naruto Anime Cursor

Naruto cursor for chrome. Choose your favorite custom Naruto anime cursor with this extension. Created for Naruto fans.

什么是Naruto Anime Cursor?

Naruto Anime Cursor是由raymondloh开发的Chrome扩展程序,该扩展的主要功能是“Naruto cursor for chrome. Choose your favorite custom Naruto anime cursor with this extension. Created for Naruto fans.”。

扩展截图

screenshot

下载Naruto Anime Cursor扩展crx文件

下载Naruto Anime Cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Show your Naruto mouse cursor on every webpage. Forget about the boring and simple cursor that you have. Now you are able to change your mouse cursor to Naruto anime characters.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension cannot work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
---------------------                    

扩展基本信息

名称 Naruto Anime Cursor Naruto Anime Cursor
ID lnfpmhpcehmegjldfilgajkohdnfajng
官方URL https://chromewebstore.google.com/detail/naruto-anime-cursor/lnfpmhpcehmegjldfilgajkohdnfajng
简介 Naruto cursor for chrome. Choose your favorite custom Naruto anime cursor with this extension. Created for Naruto fans.
文件大小 433 KB
安装次数 8,495
当前版本 10.20.101.8
更新时间 2021-06-16
上架时间 2021-06-16
评分 4.33/5 共12次评分
开发者 raymondloh
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Naruto cursor for chrome. Choose your favorite custom Naruto anime cursor with this extension. Created for Naruto fans.",
    "name": "Naruto Anime Cursor",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_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",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "version": "10.20.101.8",
    "web_accessible_resources": [
        "cur\/*.*"
    ]
}