YouTube logo link
This extension lets you change the link of the YouTube logo.
Cos'è YouTube logo link?
YouTube logo link è un'estensione di Chrome sviluppata da Lucas Bürgy, e la sua funzione principale è "This extension lets you change the link of the YouTube logo.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube logo link
Scarica i file di estensione YouTube logo link 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
By default, it's the subscriptions page. This extension is open source and available here: https://github.com/burgyl/youtube-icon-link
Informazioni di Base sull'Estensione
Nome | YouTube logo link |
ID | kjaidkbedipdlfdecahomknafpcffoeo |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-logo-link/kjaidkbedipdlfdecahomknafpcffoeo |
Descrizione | This extension lets you change the link of the YouTube logo. |
Dimensione del File | 26.21 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-12-10 |
Data di Pubblicazione | 2020-12-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Lucas Bürgy |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/burgyl/youtube-icon-link |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube logo link", "description": "This extension lets you change the link of the YouTube logo.", "version": "1.0.0", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "webNavigation", "tabs", "storage", "http:\/\/*.youtube.com\/", "https:\/\/*.youtube.com\/" ] } |