Among Us Cursor
Fun custom Among Us cursors for Chrome browser.
Cos'è Among Us Cursor?
Among Us Cursor è un'estensione di Chrome sviluppata da https://freehdthemes.com, e la sua funzione principale è "Fun custom Among Us cursors for Chrome browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Among Us Cursor
Scarica i file di estensione Among Us 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 mouse cursor with amazing custom among us 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 | |
ID | phhgoenkkdelfajhopaopgcnlnkalklc |
URL Ufficiale | https://chrome.google.com/webstore/detail/among-us-cursor/phhgoenkkdelfajhopaopgcnlnkalklc |
Descrizione | Fun custom Among Us cursors for Chrome browser. |
Dimensione del File | 160 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 10.221.6.4 |
Ultimo Aggiornamento | 2021-06-12 |
Data di Pubblicazione | 2021-06-05 |
Sviluppatore | https://freehdthemes.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://freehdthemes.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Among Us Cursor", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "description": "Fun custom Among Us cursors for Chrome browser.", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "manifest_version": 2, "permissions": [ "storage", "cookies", "https:\/\/freehdthemes.com\/", "http:\/\/freehdthemes.com\/" ], "version": "10.221.6.4", "web_accessible_resources": [ "cur\/*.*" ] } |