Tetfu Generator for Youtube
Generate Tetfu from Youtube videos.
Tetfu Generator for Youtube क्या है?
Tetfu Generator for Youtube SoRA_X7 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate Tetfu from Youtube videos."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tetfu Generator for Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple tool to generate Tetris Fumen from Youtube videos of Tetris games Currently supports Puyo Puyo Tetris, Puyo Puyo Tetris 2 and Tetris 99. 1. Open a Youtube video of Tetris game and seek to the timing you want to capture. 2. Click the T-mino icon on the left of the caption (or video settings) button. 3. That's all! The Fumen created will be shown above recommended videos. Special thanks: knewjade(https://twitter.com/1millim) for his Fumen for Mobile Developer: SoRA_X7 (https://twitter.com/X7_SoRA)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kjphnlnbbkgljiaabegchlghlaejpgfb |
आधिकारिक URL | https://chromewebstore.google.com/detail/tetfu-generator-for-youtu/kjphnlnbbkgljiaabegchlghlaejpgfb |
विवरण | Generate Tetfu from Youtube videos. |
फ़ाइल का आकार | 18.58 KB |
स्थापना संख्या | 293 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2021-11-25 |
प्रकाशन तिथि | 2020-09-29 |
डेवलपर | SoRA_X7 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://twitter.com/X7_SoRA |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_title__", "version": "1.2.1", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "https:\/\/www.youtube.com\/", "webNavigation" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "utils.js", "page.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" } } |