Turntable Infinite
A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.
什么是Turntable Infinite?
Turntable Infinite是由sinful | tt.fm开发的Chrome扩展程序,该扩展的主要功能是“A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.”。
扩展截图
下载Turntable Infinite扩展crx文件
下载Turntable Infinite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Turntable Infinite |
ID | fhdamnjlcalijlcjckgdpbjgnkeggioo |
官方URL | https://chromewebstore.google.com/detail/turntable-infinite/fhdamnjlcalijlcjckgdpbjgnkeggioo |
简介 | A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions. |
文件大小 | 51.99 KB |
安装次数 | 42 |
当前版本 | 0.0.0.5 |
更新时间 | 2021-03-26 |
上架时间 | 2021-03-22 |
开发者 | sinful | tt.fm |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |