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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα 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\/*"
    ]
}