Apefy

Track & Organize Crypto Projects

Qu'est-ce que Apefy ?

Apefy est une extension Chrome développée par ITLinks, et sa fonction principale est "Track & Organize Crypto Projects".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Apefy

Téléchargez les fichiers d'extension Apefy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Apefy Apefy
ID dgdgalokijagljkboljbhmonejdblcbk
URL Officiel https://chromewebstore.google.com/detail/apefy/dgdgalokijagljkboljbhmonejdblcbk
Description Track & Organize Crypto Projects
Taille du Fichier 842 KB
Nombre d'Installations 14
Version Actuelle 1.3.35
Dernière Mise à Jour 2022-08-20
Date de Publication 2022-08-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur ITLinks
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://apefy.net
URL de la Page de Politique de Confidentialité https://yoopitv.com/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}