Apefy

Track & Organize Crypto Projects

Apa itu Apefy?

Apefy adalah ekstensi Chrome yang dikembangkan oleh ITLinks, dan fitur utamanya adalah "Track & Organize Crypto Projects".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Apefy

Unduh file ekstensi Apefy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Apefy Apefy
ID dgdgalokijagljkboljbhmonejdblcbk
URL Resmi https://chromewebstore.google.com/detail/apefy/dgdgalokijagljkboljbhmonejdblcbk
Deskripsi Track & Organize Crypto Projects
Ukuran File 842 KB
Jumlah Instalasi 14
Versi Saat Ini 1.3.35
Terakhir Diperbarui 2022-08-20
Tanggal Publikasi 2022-08-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ITLinks
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://apefy.net
URL Halaman Kebijakan Privasi https://yoopitv.com/privacy-policy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}