TT plugged in
TT plugged in provides autobopping, and volume control among others
Что такое TT plugged in?
TT plugged in - это расширение Chrome, разработанное nthitz, и его основная функция - "TT plugged in provides autobopping, and volume control among others".
Снимки экрана расширения
Скачать файл CRX расширения TT plugged in
Скачайте файлы расширений 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. Основная информация о расширении
| Название | |
| 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 |
| Электронная почта | [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"
]
} | |