Truffle New Tab | Content Dashboard
See what your favorite Twitch and Youtube streamers are up to!
Truffle New Tab | Content Dashboard क्या है?
Truffle New Tab | Content Dashboard https://truffle.vip द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See what your favorite Twitch and Youtube streamers are up to!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Truffle New Tab | Content Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily view which of your favorite streamers are currently live! You can then pin your favorite creators to easily go to their channel. NOTE: The Truffle extension is required for this extension to work.
एक्सटेंशन की मूल जानकारी
नाम | Truffle New Tab | Content Dashboard |
ID | pmnmpgjfacmjcnfigcmgfipemjpggmeg |
आधिकारिक URL | https://chromewebstore.google.com/detail/truffle-new-tab-content-d/pmnmpgjfacmjcnfigcmgfipemjpggmeg |
विवरण | See what your favorite Twitch and Youtube streamers are up to! |
फ़ाइल का आकार | 88.38 KB |
स्थापना संख्या | 4,814 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2023-10-03 |
प्रकाशन तिथि | 2023-06-09 |
रेटिंग | 3.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://truffle.vip |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://truffle.vip/extension |
सहायता पृष्ठ URL | https://discord.gg/eGC3ywbQNt |
गोपनीयता नीति पृष्ठ URL | https://truffle.vip/policies |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "16": "src\/assets\/icon16.png", "48": "src\/assets\/icon48.png", "128": "src\/assets\/icon128.png" }, "description": "See what your favorite Twitch and Youtube streamers are up to!", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "name": "Truffle New Tab | Content Dashboard", "version": "0.0.4.0", "version_name": "0.0.4", "optional_permissions": [ "topSites" ], "chrome_url_overrides": { "newtab": "src\/newtab\/index.html" }, "host_permissions": [ "https:\/\/*.youtube.com\/*", "https:\/\/*.twitch.tv\/*", "https:\/\/*.kick.com\/*" ] } |