All Monado All The Time

Replace the cursor with an image of the Monado from Xenoblade

ما هو All Monado All The Time؟

All Monado All The Time هو إضافة Chrome تم تطويرها بواسطة darknuju، والميزة الرئيسية لها هي "Replace the cursor with an image of the Monado from Xenoblade".

تحميل ملف CRX للإضافة All Monado All The Time

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

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

                                            

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

الاسم All Monado All The Time All Monado All The Time
ID caaiaapkdflbbpifgcmnphpimfdoealg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/all-monado-all-the-time/caaiaapkdflbbpifgcmnphpimfdoealg
الوصف Replace the cursor with an image of the Monado from Xenoblade
حجم الملف 85.2 KB
عدد التثبيتات 161
النسخة الحالية 1.2
آخر تحديث 2015-12-11
تاريخ النشر 2015-12-11
تقييم 3.28/5 مجموع تقييمات 25
المطور darknuju
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "All Monado All The Time",
    "description": "Replace the cursor with an image of the Monado from Xenoblade",
    "version": "1.2",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/www.google.com\/"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/cursor.png",
        "images\/*"
    ]
}