Apefy

Track & Organize Crypto Projects

Что такое Apefy?

Apefy - это расширение Chrome, разработанное ITLinks, и его основная функция - "Track & Organize Crypto Projects".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Apefy

Скачайте файлы расширений Apefy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Apefy Apefy
ID dgdgalokijagljkboljbhmonejdblcbk
Официальный URL https://chromewebstore.google.com/detail/apefy/dgdgalokijagljkboljbhmonejdblcbk
Описание Track & Organize Crypto Projects
Размер файла 842 KB
Количество установок 14
Текущая Версия 1.3.35
Последнее Обновление 2022-08-20
Дата публикации 2022-08-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик ITLinks
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://apefy.net
URL страницы политики конфиденциальности https://yoopitv.com/privacy-policy
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}