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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |