YouTube Tom Scottify
Modify YouTube thumbnails to include Tom Scott
YouTube Tom Scottifyとは何ですか?
YouTube Tom Scottifyはhttps://primedpixel.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Modify YouTube thumbnails to include Tom Scott」です。
拡張機能のスクリーンショット
YouTube Tom Scottify拡張機能のCRXファイルをダウンロード
YouTube Tom Scottify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | YouTube Tom Scottify |
ID | kcndlflglcpfajdhdcglegfjgolgaipg |
公式URL | https://chromewebstore.google.com/detail/youtube-tom-scottify/kcndlflglcpfajdhdcglegfjgolgaipg |
説明 | Modify YouTube thumbnails to include Tom Scott |
ファイルサイズ | 18.72 MB |
インストール数 | 24 |
現在のバージョン | 1.1 |
最終更新日 | 2023-11-21 |
公開日 | 2023-07-17 |
開発者 | https://primedpixel.co.uk |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/PrimedPixel/TomScottify-Youtube |
ヘルプページのURL | https://github.com/PrimedPixel/TomScottify-Youtube |
対応言語 | 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": [ "*:\/\/*\/*" ] } ] } |