All Monado All The Time
Replace the cursor with an image of the Monado from Xenoblade
Wat is All Monado All The Time?
All Monado All The Time is een Chrome-extensie ontwikkeld door darknuju, en de belangrijkste functie is "Replace the cursor with an image of the Monado from Xenoblade".
Download het CRX-bestand van de extensie All Monado All The Time
Download All Monado All The Time-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | caaiaapkdflbbpifgcmnphpimfdoealg |
Officiële URL | https://chrome.google.com/webstore/detail/all-monado-all-the-time/caaiaapkdflbbpifgcmnphpimfdoealg |
Beschrijving | Replace the cursor with an image of the Monado from Xenoblade |
Bestandsgrootte | 85.2 KB |
Aantal Installaties | 161 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-12-11 |
Publicatiedatum | 2015-12-11 |
Beoordeling | 3.28/5 Totaal 25 Beoordelingen |
Ontwikkelaar | darknuju |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |