tiktok speed up

Speed up me, sempaiiii

tiktok speed upとは何ですか?

tiktok speed upはZepto Margoによって開発されたChromeの拡張機能で、その主な機能は「Speed up me, sempaiiii」です。

拡張機能のスクリーンショット

screenshot

tiktok speed up拡張機能のCRXファイルをダウンロード

tiktok speed up拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        My extension adds a new speed changer input field under the like button on the Tiktok website. 

You can set any value above 0, and this speed value is applied to any other videos on the site.                    

拡張機能の基本情報

名前 tiktok speed up tiktok speed up
ID jbdimggoiegmnmcclcoiafcppbcockhj
公式URL https://chromewebstore.google.com/detail/tiktok-speed-up/jbdimggoiegmnmcclcoiafcppbcockhj
説明 Speed up me, sempaiiii
ファイルサイズ 32.59 KB
インストール数 179
現在のバージョン 1.0.5
最終更新日 2022-07-14
公開日 2022-07-14
評価 2.60/5 合計 5 レビュー
開発者 Zepto Margo
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tiktok speed up",
    "description": "Speed up me, sempaiiii",
    "version": "1.0.5",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.tiktok.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "speed_svg.svg",
                "linktr.svg",
                "buymecoffee.jpg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}