BetterYTTools
Powiększa narzędzie YT do dodawania napisów
What is BetterYTTools?
BetterYTTools is a Chrome extension developed by symoleon97, and its main feature is "Powiększa narzędzie YT do dodawania napisów".
Extension Screenshots
Download BetterYTTools Extension CRX File
Download BetterYTTools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Narzędzie YT do dodawania napisów otwiera się w małym oknie na środku. Koniec z tym. Teraz możesz jednym kliknięciem je powiększyć.
Extension Basic Information
Name | |
ID | imdflleciapgoohmhdjgjdgjmnpkgalj |
Official URL | https://chromewebstore.google.com/detail/betteryttools/imdflleciapgoohmhdjgjdgjmnpkgalj |
Description | Powiększa narzędzie YT do dodawania napisów |
File Size | 12.82 KB |
Installation Count | 58 |
Current Version | 0.12.2.1 |
Last Updated | 2023-12-07 |
Publish Date | 2023-12-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | symoleon97 |
[email protected] | |
Payment Type | free |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BetterYTTools", "version": "0.12.2.1", "description": "Powi\u0119ksza narz\u0119dzie YT do dodawania napis\u00f3w", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "declarativeContent", "activeTab", "storage", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |