TT plugged in

TT plugged in provides autobopping, and volume control among others

TT plugged inとは何ですか?

TT plugged inはnthitzによって開発されたChromeの拡張機能で、その主な機能は「TT plugged in provides autobopping, and volume control among others」です。

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

screenshot

TT plugged in拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        TT Plugged In adds a few features that are not currently available on turntable.fm. The most significant one is a volume control slider, allowing the user to adjust the volume of the music to their desired levels. Autobop is also provided. A small menu in the bottom left of the screen displays these options. More features to come.                    

拡張機能の基本情報

名前 TT plugged in TT plugged in
ID edoelilfhbiliocedcghdffjnbnplcfb
公式URL https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb
説明 TT plugged in provides autobopping, and volume control among others
ファイルサイズ 32.16 KB
インストール数 375
現在のバージョン 0.0.0.8
最終更新日 2021-04-03
公開日 2021-03-07
評価 5.00/5 合計 3 レビュー
開発者 nthitz
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TT plugged in",
    "version": "0.0.0.8",
    "description": "TT plugged in provides autobopping, and volume control among others",
    "homepage_url": "https:\/\/github.com\/nthitz\/pluggedTT",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "icons": {
        "128": "\/icon.png"
    },
    "permissions": [],
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.turntable.fm\/*"
            ],
            "css": [
                "\/myStyles.css"
            ],
            "js": [
                "\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/modal.html",
        "\/localContextScript.js.txt"
    ]
}