Star Sports Title Customizer
This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!
Wat is Star Sports Title Customizer?
Star Sports Title Customizer is een Chrome-extensie ontwikkeld door maskaravivek, en de belangrijkste functie is "This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!".
Extensie Screenshots
Download het CRX-bestand van de extensie Star Sports Title Customizer
Download Star Sports Title Customizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | ndnijgnbenplkdobkmmmlgflgilaaklm |
| Officiële URL | https://chromewebstore.google.com/detail/star-sports-title-customi/ndnijgnbenplkdobkmmmlgflgilaaklm |
| Beschrijving | This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream! |
| Bestandsgrootte | 12.25 KB |
| Aantal Installaties | 332 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-03-06 |
| Publicatiedatum | 2015-03-06 |
| Beoordeling | 4.27/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | maskaravivek |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |