TAB FaceIt-Chiller
Replaces the fanfare sound on FaceIt.com with the plop
Что такое TAB FaceIt-Chiller?
TAB FaceIt-Chiller - это расширение Chrome, разработанное Tabakhase, и его основная функция - "Replaces the fanfare sound on FaceIt.com with the plop".
Снимки экрана расширения
Скачать файл CRX расширения TAB FaceIt-Chiller
Скачайте файлы расширений TAB FaceIt-Chiller в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replaces the fanfare sound on FaceIt.com with the plop.
And thats it. Основная информация о расширении
| Название | |
| ID | nnbgmghognlojjdhpdballejoebhmcpb |
| Официальный URL | https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb |
| Описание | Replaces the fanfare sound on FaceIt.com with the plop |
| Размер файла | 15.41 KB |
| Количество установок | 110 |
| Текущая Версия | 0.0.1 |
| Последнее Обновление | 2015-01-15 |
| Дата публикации | 2015-01-14 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Tabakhase |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TAB FaceIt-Chiller",
"short_name": "FaceItChiller",
"description": "Replaces the fanfare sound on FaceIt.com with the plop",
"version": "0.0.1",
"permissions": [
"http:\/\/www.faceit.com\/*",
"https:\/\/www.faceit.com\/*"
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.faceit.com\/*",
"https:\/\/www.faceit.com\/*"
],
"js": [
"TAB_FaceIt-Chiller-RUN.js"
],
"all_frames": true
}
]
} | |