Tetfu Generator for Youtube

Generate Tetfu from Youtube videos.

Tetfu Generator for Youtube là gì?

Tetfu Generator for Youtube là một tiện ích mở rộng Chrome được phát triển bởi SoRA_X7, và tính năng chính của nó là "Generate Tetfu from Youtube videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tetfu Generator for Youtube

Tải xuống các tệp mở rộng Tetfu Generator for Youtube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tetfu Generator for Youtube Tetfu Generator for Youtube
ID kjphnlnbbkgljiaabegchlghlaejpgfb
URL Chính Thức https://chromewebstore.google.com/detail/tetfu-generator-for-youtu/kjphnlnbbkgljiaabegchlghlaejpgfb
Mô tả Generate Tetfu from Youtube videos.
Kích Thước Tệp 18.58 KB
Số Lần Cài Đặt 293
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2021-11-25
Ngày Phát Hành 2020-09-29
Nhà Phát Triển SoRA_X7
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://twitter.com/X7_SoRA
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}