All Monado All The Time

Replace the cursor with an image of the Monado from Xenoblade

Co to jest All Monado All The Time?

All Monado All The Time to rozszerzenie Chrome opracowane przez darknuju, a jego główną funkcją jest „Replace the cursor with an image of the Monado from Xenoblade”.

Pobierz plik CRX rozszerzenia All Monado All The Time

Pobierz pliki rozszerzeń All Monado All The Time w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa All Monado All The Time All Monado All The Time
ID caaiaapkdflbbpifgcmnphpimfdoealg
Oficjalny URL https://chrome.google.com/webstore/detail/all-monado-all-the-time/caaiaapkdflbbpifgcmnphpimfdoealg
Opis Replace the cursor with an image of the Monado from Xenoblade
Rozmiar pliku 85.2 KB
Liczba instalacji 161
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-12-11
Data Publikacji 2015-12-11
Ocena 3.28/5 Łącznie 25 Oceny
Deweloper darknuju
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}