Turntable Infinite
A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.
Turntable Infinite là gì?
Turntable Infinite là một tiện ích mở rộng Chrome được phát triển bởi sinful | tt.fm, và tính năng chính của nó là "A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Turntable Infinite
Tải xuống các tệp mở rộng Turntable Infinite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Turntable Infinite |
ID | fhdamnjlcalijlcjckgdpbjgnkeggioo |
URL Chính Thức | https://chromewebstore.google.com/detail/turntable-infinite/fhdamnjlcalijlcjckgdpbjgnkeggioo |
Mô tả | A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions. |
Kích Thước Tệp | 51.99 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.0.0.5 |
Cập Nhật Lần Cuối | 2021-03-26 |
Ngày Phát Hành | 2021-03-22 |
Nhà Phát Triển | sinful | tt.fm |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |