xPet.tech
Raising your virtual pet on Twitter, hunting chest and farming $BPET token
O que é xPet.tech?
xPet.tech é uma extensão do Chrome desenvolvida por https://xpet.tech, e sua principal característica é "Raising your virtual pet on Twitter, hunting chest and farming $BPET token".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão xPet.tech
Baixe arquivos de extensão xPet.tech no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Pet-raising directly on the Twitter (X) platform, hunting chest when interacting with tweets to receiving BPET token, pet food, and more. Storing information on the blockchain and using Web3 technology to purchase items and pets through smart contracts.
Informações Básicas da Extensão
Nome | xPet.tech |
ID | lpcacagdanaollekchlniifnnflbamep |
URL Oficial | https://chromewebstore.google.com/detail/xpettech/lpcacagdanaollekchlniifnnflbamep |
Descrição | Raising your virtual pet on Twitter, hunting chest and farming $BPET token |
Tamanho do Arquivo | 13.16 MB |
Contagem de Instalações | 117,016 |
Versão Atual | 5.1.4 |
Última Atualização | 2024-03-04 |
Data de Publicação | 2023-11-29 |
Classificação | 4.93/5 Total de 790 Avaliações |
Desenvolvedor | https://xpet.tech |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://xpet.tech |
URL da Página de Ajuda | https://docs.xpet.tech |
URL da Página de Política de Privacidade | https://docs.xpet.tech/advance-information/legal-stuff/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Raising your virtual pet on Twitter, hunting chest and farming $BPET token", "version": "5.1.4", "manifest_version": 3, "name": "xPet.tech", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "img\/icon-34.png" }, "icons": { "34": "img\/icon-34.png", "128": "img\/icon-128.png" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.xpet.tech\/*" ], "js": [ "contentScript.bundle.js" ] } ], "web_accessible_resources": [ { "resources": [ "img\/*", "*.png", "inpage.bundle.js" ], "matches": [ " |