YouTube Tags
The extension to view the tags of any YouTube video
Co je YouTube Tags?
YouTube Tags je rozšíření Chrome vyvinuté Ali Gasymov, a jeho hlavní funkcí je „The extension to view the tags of any YouTube video“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YouTube Tags
Stáhněte si soubory rozšíření YouTube Tags ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Browse the tags of any YouTube video with the YouTube Tags. Use your browser as before, because the extension for viewing tags from YouTube video does not affect its performance. Note: don't forget to reload the YouTube page after installing the extension.
Základní Informace o Rozšíření
Název | YouTube Tags |
ID | fffiogeaioiinfekkflcfebaoiohkkgp |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-tags/fffiogeaioiinfekkflcfebaoiohkkgp |
Popis | The extension to view the tags of any YouTube video |
Velikost souboru | 58.69 KB |
Počet instalací | 79,276 |
Aktuální Verze | 7.0.3 |
Poslední Aktualizace | 2023-10-09 |
Datum Vydání | 2020-06-21 |
Hodnocení | 4.58/5 Celkem 158 Hodnocení |
Vývojář | Ali Gasymov |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.gasymov.com/privacy-policy/youtube-tags |
Podporované Jazyky | de,en,en-GB,en-US,fr,es,pt-BR,pt-PT,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "7.0.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png", "512": "images\/icon-512.png" }, "author": "alik0211", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ] } ], "permissions": [ "alarms", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "background": { "service_worker": "js\/background.js" } } |