Turntable Infinite
A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.
What is Turntable Infinite?
Turntable Infinite is a Chrome extension developed by sinful | tt.fm, and its main feature is "A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.".
Extension Screenshots
Download Turntable Infinite Extension CRX File
Download Turntable Infinite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Using Turntable Infinite will add a dark-mode overlay for the site while you're inside a room; covering and changing the design and layout to make it easier to read at night or for those that love a darker page!
Extension Basic Information
Name | Turntable Infinite |
ID | fhdamnjlcalijlcjckgdpbjgnkeggioo |
Official URL | https://chromewebstore.google.com/detail/turntable-infinite/fhdamnjlcalijlcjckgdpbjgnkeggioo |
Description | A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions. |
File Size | 51.99 KB |
Installation Count | 42 |
Current Version | 0.0.0.5 |
Last Updated | 2021-03-26 |
Publish Date | 2021-03-22 |
Developer | sinful | tt.fm |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Turntable Infinite", "short_name": "Turntable Infinite", "description": "A basic extension for Turntable.fm to bring strictly cosmetic UX\/UI changes and additions.", "version": "0.0.0.5", "author": "Brett Weisberg", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/turntable.fm\/*" ], "js": [ "js\/jquery.min.js", "js\/tt8.js" ], "css": [ "css\/style.css" ], "run_at": "document_idle" } ], "permissions": [ "https:\/\/turntable.fm\/*" ] } |