YouTube logo link
This extension lets you change the link of the YouTube logo.
Apa itu YouTube logo link?
YouTube logo link adalah ekstensi Chrome yang dikembangkan oleh Lucas Bürgy, dan fitur utamanya adalah "This extension lets you change the link of the YouTube logo.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube logo link
Unduh file ekstensi YouTube logo link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
By default, it's the subscriptions page. This extension is open source and available here: https://github.com/burgyl/youtube-icon-link
Informasi Dasar Ekstensi
Nama | YouTube logo link |
ID | kjaidkbedipdlfdecahomknafpcffoeo |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-logo-link/kjaidkbedipdlfdecahomknafpcffoeo |
Deskripsi | This extension lets you change the link of the YouTube logo. |
Ukuran File | 26.21 KB |
Jumlah Instalasi | 109 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-12-10 |
Tanggal Publikasi | 2020-12-10 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Lucas Bürgy |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/burgyl/youtube-icon-link |
Bahasa yang Didukung | 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\/" ] } |