GlitterEverywhere

Leaves a glitter trail behind your mouse

GlitterEverywhere là gì?

GlitterEverywhere là một tiện ích mở rộng Chrome được phát triển bởi EgoisticalGoat, và tính năng chính của nó là "Leaves a glitter trail behind your mouse".

Tải xuống tệp CRX của tiện ích mở rộng GlitterEverywhere

Tải xuống các tệp mở rộng GlitterEverywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Leaves a trail of glitter behind your mouse on every movement.
Useful if your browsing experience is getting too boring and you want to add a splash of color.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GlitterEverywhere GlitterEverywhere
ID iiaegbhgobfchilmdhkcijeejmcnicpp
URL Chính Thức https://chrome.google.com/webstore/detail/glittereverywhere/iiaegbhgobfchilmdhkcijeejmcnicpp
Mô tả Leaves a glitter trail behind your mouse
Kích Thước Tệp 38.51 KB
Số Lần Cài Đặt 306
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2017-01-31
Ngày Phát Hành 2017-01-31
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển EgoisticalGoat
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GlitterEverywhere",
    "description": "Leaves a glitter trail behind your mouse",
    "manifest_version": 2,
    "version": "0.1.0",
    "content_scripts": [
        {
            "js": [
                "glitter_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ]
}