Star Sports Title Customizer
This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!
Vad är Star Sports Title Customizer?
Star Sports Title Customizer är en Chrome-tillägg utvecklad av maskaravivek, och dess huvudfunktion är "This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream!".
Tilläggsskärmbilder
Ladda ner Star Sports Title Customizer-förlängningens CRX-fil
Ladda ner Star Sports Title Customizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | ndnijgnbenplkdobkmmmlgflgilaaklm |
| Officiell webbadress | https://chromewebstore.google.com/detail/star-sports-title-customi/ndnijgnbenplkdobkmmmlgflgilaaklm |
| Beskrivning | This extension removes the title of the Star Sports Website. Hide Live scores while watching 5 minutes delayed stream! |
| Filstorlek | 12.25 KB |
| Antal Installationer | 332 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-03-06 |
| Publiceringsdatum | 2015-03-06 |
| Betyg | 4.27/5 Totalt 15 Betyg |
| Utvecklare | maskaravivek |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |