Star Sports Title Customizer
This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!
Что такое Star Sports Title Customizer?
Star Sports Title Customizer - это расширение Chrome, разработанное maskaravivek, и его основная функция - "This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!".
Снимки экрана расширения
Скачать файл CRX расширения Star Sports Title Customizer
Скачайте файлы расширений Star Sports Title Customizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream! Many viewers complain that the stream is delayed by 5 minutes but the score in the title bar isn't delayed. So this simple extension simply changes the title of the page! Основная информация о расширении
| Название | |
| ID | ndnijgnbenplkdobkmmmlgflgilaaklm |
| Официальный URL | https://chromewebstore.google.com/detail/star-sports-title-customi/ndnijgnbenplkdobkmmmlgflgilaaklm |
| Описание | This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream! |
| Размер файла | 12.25 KB |
| Количество установок | 332 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2015-03-06 |
| Дата публикации | 2015-03-06 |
| Рейтинг | 4.27/5 Всего 15 оценок |
| Разработчик | maskaravivek |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Star Sports Title Customizer",
"description": "This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!",
"version": "1.0",
"browser_action": {
"default_icon": {
"19": "icons\/19x19.png",
"38": "icons\/38x38.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"activeTab"
]
} | |