Tetfu Generator for Youtube

Generate Tetfu from Youtube videos.

什麼是Tetfu Generator for Youtube?

Tetfu Generator for Youtube是由SoRA_X7開發的Chrome擴展程式,該擴展的主要功能是“Generate Tetfu from Youtube videos.”。

擴展截圖

screenshot
screenshot
screenshot

下載Tetfu Generator for Youtube擴展crx文件

下載Tetfu Generator for Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 Tetfu Generator for Youtube Tetfu Generator for Youtube
ID kjphnlnbbkgljiaabegchlghlaejpgfb
官方網址 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"
    }
}