YouTube logo link
This extension lets you change the link of the YouTube logo.
Wat is YouTube logo link?
YouTube logo link is een Chrome-extensie ontwikkeld door Lucas Bürgy, en de belangrijkste functie is "This extension lets you change the link of the YouTube logo.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube logo link
Download YouTube logo link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
By default, it's the subscriptions page.
This extension is open source and available here: https://github.com/burgyl/youtube-icon-link Basisinformatie over de Extensie
| Naam | |
| ID | kjaidkbedipdlfdecahomknafpcffoeo |
| Officiële URL | https://chrome.google.com/webstore/detail/youtube-logo-link/kjaidkbedipdlfdecahomknafpcffoeo |
| Beschrijving | This extension lets you change the link of the YouTube logo. |
| Bestandsgrootte | 26.21 KB |
| Aantal Installaties | 109 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2020-12-10 |
| Publicatiedatum | 2020-12-10 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Lucas Bürgy |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/burgyl/youtube-icon-link |
| Ondersteunde Talen | 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\/"
]
} | |