YouTube Features — Analytics and Tools
Shows useful information about the video and channel
Cos'è YouTube Features — Analytics and Tools?
YouTube Features — Analytics and Tools è un'estensione di Chrome sviluppata da Ali Gasymov, e la sua funzione principale è "Shows useful information about the video and channel".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Features — Analytics and Tools
Scarica i file di estensione YouTube Features — Analytics and Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
List of features: - Download thumbnail in maximal resolution - View and copy video tags - View and copy channel tags - Registration is not required
Informazioni di Base sull'Estensione
Nome | YouTube Features — Analytics and Tools |
ID | jkiedgmdpandlnbobnjcbhfklnpdaflc |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-features-%E2%80%94-analyt/jkiedgmdpandlnbobnjcbhfklnpdaflc |
Descrizione | Shows useful information about the video and channel |
Dimensione del File | 98.2 KB |
Conteggio Installazioni | 2,222 |
Versione Corrente | 3.3.2 |
Ultimo Aggiornamento | 2023-10-12 |
Data di Pubblicazione | 2021-02-23 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Ali Gasymov |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.gasymov.com/privacy-policy/youtube-tags |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "Ali Gasymov", "version": "3.3.2", "default_locale": "en", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "tabs", "storage", "downloads", " |