Apefy

Track & Organize Crypto Projects

Cos'è Apefy?

Apefy è un'estensione di Chrome sviluppata da ITLinks, e la sua funzione principale è "Track & Organize Crypto Projects".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Apefy

Scarica i file di estensione Apefy 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Apefy Apefy
ID dgdgalokijagljkboljbhmonejdblcbk
URL Ufficiale https://chromewebstore.google.com/detail/apefy/dgdgalokijagljkboljbhmonejdblcbk
Descrizione Track & Organize Crypto Projects
Dimensione del File 842 KB
Conteggio Installazioni 14
Versione Corrente 1.3.35
Ultimo Aggiornamento 2022-08-20
Data di Pubblicazione 2022-08-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ITLinks
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://apefy.net
URL della Pagina della Politica sulla Privacy https://yoopitv.com/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}