YouTube Tom Scottify
Modify YouTube thumbnails to include Tom Scott
Co to jest YouTube Tom Scottify?
YouTube Tom Scottify to rozszerzenie Chrome opracowane przez https://primedpixel.co.uk, a jego główną funkcją jest „Modify YouTube thumbnails to include Tom Scott”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Tom Scottify
Pobierz pliki rozszerzeń YouTube Tom Scottify 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
Significantly enhance your YouTube experience by inserting Tom Scott into every single YouTube thumbnail, making it incredibly difficult to discern who made the video, or what it's about. Exactly what you need for your regular YouTube browsing needs! Fork of https://github.com/MagicJinn/MrBeastify-Youtube - all credit goes to MagicJinn for code.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Tom Scottify |
ID | kcndlflglcpfajdhdcglegfjgolgaipg |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-tom-scottify/kcndlflglcpfajdhdcglegfjgolgaipg |
Opis | Modify YouTube thumbnails to include Tom Scott |
Rozmiar pliku | 18.72 MB |
Liczba instalacji | 24 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-11-21 |
Data Publikacji | 2023-07-17 |
Deweloper | https://primedpixel.co.uk |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/PrimedPixel/TomScottify-Youtube |
Adres URL Strony Pomocy | https://github.com/PrimedPixel/TomScottify-Youtube |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Tom Scottify", "version": "1.1", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png" }, "description": "Modify YouTube thumbnails to include Tom Scott", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "tomscottify.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.json" ], "matches": [ "*:\/\/*\/*" ] } ] } |