FRAK - Earn Money Watching YouTube

Discover FRAK, the Defi protocol for earning money by watching YouTube videos!

Что такое FRAK - Earn Money Watching YouTube?

FRAK - Earn Money Watching YouTube - это расширение Chrome, разработанное https://frak.id, и его основная функция - "Discover FRAK, the Defi protocol for earning money by watching YouTube videos!".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения FRAK - Earn Money Watching YouTube

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

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

                        FRAK rewards you for every minute you spend watching videos on YouTube, rewards you for sharing videos and offers you the opportunity to share in the success of your favorite YouTube creators.

🌟 Key Benefits:

🤑 Earn Real Money: Turn your time spent on YouTube into money with FRAK. The more you watch, the more you earn - it's that simple!

😎 Invest in YouTube Channels: Share in the success of your favorite creators by investing in their channels. The more you invest, the more you increase your profitability, the more you earn. Join today a new kind of exclusive private club - one that rewards your commitment.

📈 Swap Your FRK Tokens: Swap your FRK tokens for Matic or spend them in our e-shop to benefit from exclusive offers from our partners, including Apple, Amazon, Google Play, Roblox, Twitch, and more!

🚀 It's time to watch, invest, and earn with FRAK. Transform your YouTube experience today!

Install the FRAK extension now and start reaping the rewards. Join the movement for a more rewarding YouTube journey! 📺💰                    

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

Название FRAK - Earn Money Watching YouTube FRAK - Earn Money Watching YouTube
ID jlhmjkajbdaelbnigkpegbkcnbpmggab
Официальный URL https://chromewebstore.google.com/detail/frak-earn-money-watching/jlhmjkajbdaelbnigkpegbkcnbpmggab
Описание Discover FRAK, the Defi protocol for earning money by watching YouTube videos!
Размер файла 932 KB
Количество установок 6,565
Текущая Версия 1.0.35
Последнее Обновление 2024-02-02
Дата публикации 2022-12-01
Рейтинг 3.94/5 Всего 33 оценок
Разработчик https://frak.id
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://frak.id/
URL страницы помощи https://help.frak.id
URL страницы политики конфиденциальности https://privacy.frak.id
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FRAK - Earn Money Watching YouTube",
    "description": "Discover FRAK, the Defi protocol for earning money by watching YouTube videos!",
    "version": "1.0.35",
    "manifest_version": 3,
    "icons": {
        "16": "inactive_logged_16.png",
        "48": "inactive_logged_48.png",
        "128": "inactive_logged_128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "minimum_chrome_version": "93",
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+F",
                "mac": "Alt+Shift+F"
            },
            "description": "Open extension"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.*",
                "*.woff2",
                "index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.m.youtube.com\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "resources": [
                "content.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.m.youtube.com\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "js": [
                ".\/video.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.m.youtube.com\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "js": [
                ".\/content.js"
            ],
            "css": [
                ".\/content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/dashboard-dev.frak.id\/*",
                "*:\/\/dashboard.frak.id\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                ".\/dashboard.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "notifications",
        "storage",
        "webRequest",
        "alarms"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    },
    "host_permissions": [
        "https:\/\/api.frak.id\/*",
        "https:\/\/api-dev.frak.id\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/localhost\/*",
        "https:\/\/www.google-analytics.com\/*"
    ]
}