7TV Nightly
Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.
7TV Nightly क्या है?
7TV Nightly 7TV द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 7TV Nightly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } ] } |