Turntable Infinite
A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.
Co to jest Turntable Infinite?
Turntable Infinite to rozszerzenie Chrome opracowane przez sinful | tt.fm, a jego główną funkcją jest „A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Turntable Infinite
Pobierz pliki rozszerzeń Turntable Infinite w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Turntable Infinite |
ID | fhdamnjlcalijlcjckgdpbjgnkeggioo |
Oficjalny URL | https://chromewebstore.google.com/detail/turntable-infinite/fhdamnjlcalijlcjckgdpbjgnkeggioo |
Opis | A basic extension for Turntable.fm to bring strictly cosmetic UX/UI changes and additions. |
Rozmiar pliku | 51.99 KB |
Liczba instalacji | 42 |
Aktualna Wersja | 0.0.0.5 |
Ostatnia Aktualizacja | 2021-03-26 |
Data Publikacji | 2021-03-22 |
Deweloper | sinful | tt.fm |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |