7TV Nightly

Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.

ما هو 7TV Nightly؟

7TV Nightly هو إضافة Chrome تم تطويرها بواسطة 7TV، والميزة الرئيسية لها هي "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 7TV Nightly

قم بتنزيل ملفات الامتداد 7TV Nightly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        7TV is the ultimate platform for chat emotes. View chat emoticons for hundreds of thousands of channels across Twitch & YouTube and customize your experience.

/!\ THIS IS THE NIGHTLY BRANCH OF 7TV /!\
This extension is updated frequently, whenever changes are made to the source repository. It may sometimes be unstable or break entirely!                    

معلومات أساسية عن التمديد

الاسم 7TV Nightly 7TV Nightly
ID fphegifdehlodcepfkgofelcenelpedj
عنوان URL الرسمي https://chromewebstore.google.com/detail/7tv-nightly/fphegifdehlodcepfkgofelcenelpedj
الوصف Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.
حجم الملف 3.84 MB
عدد التثبيتات 96,815
النسخة الحالية 3.0.15.1000 nightly
آخر تحديث 2023-11-28
تاريخ النشر 2023-01-13
تقييم 4.52/5 مجموع تقييمات 54
المطور 7TV
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://7tv.app
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7TV Nightly",
    "version": "3.0.15.1000",
    "version_name": "3.0.15.1000 nightly",
    "description": "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.",
    "action": {
        "default_icon": ".\/icon\/nightly-icon-128.png",
        "default_popup": "index.html#\/popup?noheader=1",
        "default_area": "navbar"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "icons": {
        "16": ".\/icon\/nightly-icon-16.png",
        "48": ".\/icon\/nightly-icon-48.png",
        "128": ".\/icon\/nightly-icon-128.png"
    },
    "host_permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "permissions": [
        "scripting",
        "storage",
        "activeTab"
    ],
    "optional_permissions": [
        "management"
    ],
    "optional_host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.kick.com\/*",
        "*:\/\/*.7tv.app\/*",
        "*:\/\/*.7tv.io\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "site.js",
                "site.js.map",
                "content.js.map",
                "worker.js",
                "index.html",
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.kick.com\/*"
            ]
        }
    ]
}