BetterSRTV

This extension fixes a multitude of aesthetic and functional issues with SpeedRacing.tv

BetterSRTVとは何ですか?

BetterSRTVはTroupsterによって開発されたChromeの拡張機能で、その主な機能は「This extension fixes a multitude of aesthetic and functional issues with SpeedRacing.tv」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

BetterSRTV拡張機能のCRXファイルをダウンロード

BetterSRTV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Troupster has taken it upon himself to make SpeedRacing.tv beautiful. It needs love and he's here to give it. With ideas and help from the community, he will work tirelessly to fix any annoyances you may have.

Changelog
v0.0.0.5
-FFZ,BTTV, & Twitch Emotes FeelsGoodMan
-Fixed a bug causing autoscroll to not go down quite ALL the way.

v0.0.0.4
-Added backup autoscroll to new chats, should help those who had issues with autoscroll (Thanks for helping JEM)

v0.0.0.3
-Completely removed Race Controls panel
-Moved Control buttons to Announcements Header
-Removed Comment sectione entirely, as this is not currently visible anywhere on the site
-Fixed bug causing chat to display lower than username...again
-Added some patting to chat lines
-Removed margins around username
-Shrunk timestamps to 9px
-Reduced padding in all chat sections
-Fixed overflows, wrapping, and padding issues around all boxes
-Converted the backend of the extension to load from a background file due to website limitations
-Fixed a bug causing the new timer position to scroll off screen if window was too small
-Added shadow to timer text
-Reclassified all css as classes in separate stylesheet to prepare for possible options panel
-Added Brand new Status Panel with all Runner's current status/placement in the race*
-Added Current goal to Status header*
-Color coded status text for each runner
*This data isn't always loaded from their server, it may sometimes be unreliable if there's extensive users/actions

v0.0.0.2
-Expanded Race Controls for the time being
-Moved race timer to navigation bar
-All elements now squish gracefully
-Changed when the script initializes, should smooth out some hiccups

v0.0.0.1
-Removed Twitch Box Entirely
-Shrunk Runner Chat
-Shrunk Race Controls into previous row
-Shrunk Timer
-Moved Race Controls into previous row
-Moved Timer into previous row
-Added alternating colors for each line of chat
-Condensed 'SpeedRacing TV' into 'SRTV' in the Race Announcements Section
-Assigned a random color based on each users name.
 (Colors are pulled from the same basic list as twitch, using an algorithm)
-Added an outline to player names to make it easier to read
-Colorized entire row of text for when people finish a race (orange-red color)
-Fixed a bug causing chat to start displaying on the next line rather than next to the users
-Removed line at the top connecting tabs to sections
-Hyperlinks for new seeds (AND ONLY SEEDS) Are now clickable!                    

拡張機能の基本情報

名前 BetterSRTV BetterSRTV
ID abncnbceehpdgciakjkcjciiiekfcjco
公式URL https://chromewebstore.google.com/detail/bettersrtv/abncnbceehpdgciakjkcjciiiekfcjco
説明 This extension fixes a multitude of aesthetic and functional issues with SpeedRacing.tv
ファイルサイズ 109 KB
インストール数 31
現在のバージョン 0.0.0.5
最終更新日 2018-05-22
公開日 2018-05-21
評価 5.00/5 合計 6 レビュー
開発者 Troupster
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterSRTV",
    "version": "0.0.0.5",
    "description": "This extension fixes a multitude of aesthetic and functional issues with SpeedRacing.tv",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/speedracing.tv\/entries\/*"
            ],
            "js": [
                "donothing.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "jquery-3.3.1.min.js",
        "contentscript.js",
        "main.css"
    ],
    "page_action": {
        "default_title": "BetterSRTV v0.0.0.5 brought to you by Troupster!",
        "default_icon": {
            "16": "images\/bettersrtv16.png",
            "32": "images\/bettersrtv32.png",
            "48": "images\/bettersrtv48.png",
            "128": "images\/bettersrtv128.png"
        }
    },
    "permissions": [
        "*:\/\/speedracing.tv\/*",
        "tabs",
        "webNavigation",
        "*:\/\/api.betterttv.net\/*",
        "*:\/\/twitchemotes.com\/api_cache\/v3\/*"
    ],
    "icons": {
        "16": "images\/bettersrtv16.png",
        "32": "images\/bettersrtv32.png",
        "48": "images\/bettersrtv48.png",
        "128": "images\/bettersrtv128.png"
    },
    "manifest_version": 2
}