Tetfu Generator for Youtube

Generate Tetfu from Youtube videos.

Что такое Tetfu Generator for Youtube?

Tetfu Generator for Youtube - это расширение Chrome, разработанное SoRA_X7, и его основная функция - "Generate Tetfu from Youtube videos.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Tetfu Generator for Youtube

Скачайте файлы расширений 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
Официальный 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"
    }
}