Among Us Custom Cursor
Fun custom Among Us cursors for Chrome browser.
Cos'è Among Us Custom Cursor?
Among Us Custom Cursor è un'estensione di Chrome sviluppata da roylimboy90, e la sua funzione principale è "Fun custom Among Us cursors for Chrome browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Among Us Custom Cursor
Scarica i file di estensione Among Us Custom Cursor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to replace default cursor with amazing custom cursor. ------------------- ! After installing this extension, refresh the previously opened tab if you want to use it on this page. ! According to the rules of the Chrome Web Store extension can not work on the store pages and home page. Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it. -------------------
Informazioni di Base sull'Estensione
Nome | Among Us Custom Cursor |
ID | ipfjnikpccdpgjelgomppkdgiokfkjeg |
URL Ufficiale | https://chromewebstore.google.com/detail/among-us-custom-cursor/ipfjnikpccdpgjelgomppkdgiokfkjeg |
Descrizione | Fun custom Among Us cursors for Chrome browser. |
Dimensione del File | 251 KB |
Conteggio Installazioni | 51,870 |
Versione Corrente | 10.221.6.45 |
Ultimo Aggiornamento | 2023-05-25 |
Data di Pubblicazione | 2020-10-12 |
Valutazione | 4.20/5 Totale 40 Valutazioni |
Sviluppatore | roylimboy90 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Fun custom Among Us cursors for Chrome browser. ", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "manifest_version": 2, "name": "Among Us Custom Cursor", "permissions": [ "storage", "*:\/\/*\/*" ], "version": "10.221.6.45", "web_accessible_resources": [ "cur\/*.*" ] } |