All Monado All The Time
Replace the cursor with an image of the Monado from Xenoblade
Vad är All Monado All The Time?
All Monado All The Time är en Chrome-tillägg utvecklad av darknuju, och dess huvudfunktion är "Replace the cursor with an image of the Monado from Xenoblade".
Ladda ner All Monado All The Time-förlängningens CRX-fil
Ladda ner All Monado All The Time-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | caaiaapkdflbbpifgcmnphpimfdoealg |
Officiell webbadress | https://chrome.google.com/webstore/detail/all-monado-all-the-time/caaiaapkdflbbpifgcmnphpimfdoealg |
Beskrivning | Replace the cursor with an image of the Monado from Xenoblade |
Filstorlek | 85.2 KB |
Antal Installationer | 161 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-12-11 |
Publiceringsdatum | 2015-12-11 |
Betyg | 3.28/5 Totalt 25 Betyg |
Utvecklare | darknuju |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |