Apefy

Track & Organize Crypto Projects

O que é Apefy?

Apefy é uma extensão do Chrome desenvolvida por ITLinks, e sua principal característica é "Track & Organize Crypto Projects".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Apefy

Baixe arquivos de extensão Apefy 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

                        Track and organize your favorite crypto projects
With Apefy extension you can optimize your time by tracking multiple crypto projects and follow their performance in one place.

✔️ Add & Follow your favorite projects
✔️ Organize your projects in different tabs
✔️ Visualize the potential of your projects by comparing their data
✔️ Calculate the value of a Crypto projects with the MarketCap of another project
✔️ Export & import your data from/to different computers
✔️ Get access to our selection of crypto market news 

👉 Do not miss to create an account so you can add and track up to 250 Projects! 

Watch the video presentation to get a better idea how to use the Apefy Extension.                    

Informações Básicas da Extensão

Nome Apefy Apefy
ID dgdgalokijagljkboljbhmonejdblcbk
URL Oficial https://chromewebstore.google.com/detail/apefy/dgdgalokijagljkboljbhmonejdblcbk
Descrição Track & Organize Crypto Projects
Tamanho do Arquivo 842 KB
Contagem de Instalações 14
Versão Atual 1.3.35
Última Atualização 2022-08-20
Data de Publicação 2022-08-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ITLinks
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://apefy.net
URL da Página de Política de Privacidade https://yoopitv.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apefy",
    "description": "Track & Organize Crypto Projects",
    "version": "1.3.35",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Visit Coingecko"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.coingecko.com\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/jquery.js",
                "js\/chartist.js",
                "js\/sortable.js",
                "js\/simplebar.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/webview.js"
            ],
            "css": [
                "css\/webview.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.youtube-nocookie.com\/embed\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/yt.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "help.html",
                "deals.html",
                "donate.html",
                "images\/sprite.png",
                "fonts\/*.ttf",
                "css\/fa.min.css"
            ],
            "matches": [
                "*:\/\/www.coingecko.com\/*"
            ]
        },
        {
            "resources": [
                "icons\/apefy.png",
                "icons\/apefy-white.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}