Among Us Cursor
Fun custom Among Us cursors for Chrome browser.
Vad är Among Us Cursor?
Among Us Cursor är en Chrome-tillägg utvecklad av https://freehdthemes.com, och dess huvudfunktion är "Fun custom Among Us cursors for Chrome browser.".
Tilläggsskärmbilder
Ladda ner Among Us Cursor-förlängningens CRX-fil
Ladda ner Among Us Cursor-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
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. -------------------
Grundläggande Information om Tillägg
Namn | |
ID | phhgoenkkdelfajhopaopgcnlnkalklc |
Officiell webbadress | https://chrome.google.com/webstore/detail/among-us-cursor/phhgoenkkdelfajhopaopgcnlnkalklc |
Beskrivning | Fun custom Among Us cursors for Chrome browser. |
Filstorlek | 160 KB |
Antal Installationer | 1,000 |
Aktuell Version | 10.221.6.4 |
Senast Uppdaterad | 2021-06-12 |
Publiceringsdatum | 2021-06-05 |
Utvecklare | https://freehdthemes.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://freehdthemes.com/privacy-policy |
Stödda Språk | 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\/*.*" ] } |