GlitterEverywhere

Leaves a glitter trail behind your mouse

ما هو GlitterEverywhere؟

GlitterEverywhere هو إضافة Chrome تم تطويرها بواسطة EgoisticalGoat، والميزة الرئيسية لها هي "Leaves a glitter trail behind your mouse".

تحميل ملف CRX للإضافة GlitterEverywhere

قم بتنزيل ملفات الامتداد GlitterEverywhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم GlitterEverywhere GlitterEverywhere
ID iiaegbhgobfchilmdhkcijeejmcnicpp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/glittereverywhere/iiaegbhgobfchilmdhkcijeejmcnicpp
الوصف Leaves a glitter trail behind your mouse
حجم الملف 38.51 KB
عدد التثبيتات 306
النسخة الحالية 0.1.0
آخر تحديث 2017-01-31
تاريخ النشر 2017-01-31
تقييم 3.80/5 مجموع تقييمات 5
المطور EgoisticalGoat
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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",
        "*:\/\/*\/*"
    ]
}