XDog
The first fully on-chain social game powered by COMSATS.
Vad är XDog?
XDog är en Chrome-tillägg utvecklad av https://xdog.tech, och dess huvudfunktion är "The first fully on-chain social game powered by COMSATS.".
Tilläggsskärmbilder
Ladda ner XDog-förlängningens CRX-fil
Ladda ner XDog-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
XDog is a decentralized social game developed by the CSAS team, aiming to revolutionize virtual pet interactions and gaming experiences. By leveraging blockchain technology, XDog offers a unique, engaging, and secure environment where users can raise and care for virtual dogs. The platform is designed to blend the joy of dog ownership with the innovative capabilities of decentralized technology, offering a rich, interactive, and rewarding experience. Key Features of XDog - Caring Dogs - X Chests - Farming - Strolling - Earn Together - NFT Marketplace - Staking - Borrowing - DAO revenue - ...
Grundläggande Information om Tillägg
Namn | XDog |
ID | foejngklggadnbpjjenhominjijgkian |
Officiell webbadress | https://chromewebstore.google.com/detail/xdog/foejngklggadnbpjjenhominjijgkian |
Beskrivning | The first fully on-chain social game powered by COMSATS. |
Filstorlek | 2.93 MB |
Antal Installationer | 1,981 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2024-01-10 |
Publiceringsdatum | 2024-01-05 |
Betyg | 4.90/5 Totalt 20 Betyg |
Utvecklare | https://xdog.tech |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.xdog.tech |
URL till Sekretesspolicy Sidan | https://www.termsfeed.com/live/a94fcbf6-e680-4b09-93f4-b7d8f564db46 |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XDog", "short_name": "XDog", "description": "The first fully on-chain social game powered by COMSATS.", "version": "1.0.3", "icons": { "16": "images\/MinimalTwitterIcon16.png", "32": "images\/MinimalTwitterIcon32.png", "48": "images\/MinimalTwitterIcon48.png", "128": "images\/MinimalTwitterIcon128.png" }, "permissions": [ "storage" ], "options_ui": { "page": "index.html", "open_in_tab": true }, "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/x.com\/*" ], "js": [ "dist\/main.js", "dist\/customer-extension.js" ] } ], "web_accessible_resources": [], "action": { "default_icon": { "16": "images\/MinimalTwitterIcon16.png", "32": "images\/MinimalTwitterIcon32.png", "48": "images\/MinimalTwitterIcon48.png" }, "default_title": "XDog", "default_popup": "index.html" } } |