Return YouTube Avatars

Return YouTube Avatars!

Cos'è Return YouTube Avatars?

Return YouTube Avatars è un'estensione di Chrome sviluppata da furkkinov, e la sua funzione principale è "Return YouTube Avatars!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Return YouTube Avatars

Scarica i file di estensione Return YouTube Avatars 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

                        По неизвестным причинам, на YouTube из России нельзя видеть аватарки.
Данное расширение позволит вам вернуть аватарки на YouTube из России!
Всё что вам нужно - установить расширение.                    

Informazioni di Base sull'Estensione

Nome Return YouTube Avatars Return YouTube Avatars
ID jlpgdigcaemjigkfmilmhbglhcgdbbfj
URL Ufficiale https://chromewebstore.google.com/detail/return-youtube-avatars/jlpgdigcaemjigkfmilmhbglhcgdbbfj
Descrizione Return YouTube Avatars!
Dimensione del File 3.15 MB
Conteggio Installazioni 5,511
Versione Corrente 2.0.2
Ultimo Aggiornamento 2023-05-10
Data di Pubblicazione 2022-08-25
Valutazione 4.82/5 Totale 62 Valutazioni
Sviluppatore furkkinov
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://youtube.furkkinov.top/support
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Return YouTube Avatars",
    "description": "Return YouTube Avatars!",
    "version": "2.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "index.js"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/yt3.ggpht.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/youtube.furkkinov.top\/*"
    ],
    "action": {
        "default_icon": {
            "16": "16x16.png",
            "48": "48x48.png",
            "128": "128x128.png"
        }
    }
}