Google Podcasts Themes

Allows the user to apply themes to Google Podcasts

Τι είναι το Google Podcasts Themes;

Το Google Podcasts Themes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dror.bogin, και η κύρια λειτουργία του είναι "Allows the user to apply themes to Google Podcasts".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Podcasts Themes

Λήψη αρχείων επέκτασης Google Podcasts Themes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension adds a a few icons on the right side of the screen that allow the user to apply themes to Google podcasts.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Podcasts Themes Google Podcasts Themes
ID iiobffejnenlegdcmdkacbhecdgekpcd
Επίσημο URL https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd
Περιγραφή Allows the user to apply themes to Google Podcasts
Μέγεθος Αρχείου 2.36 MB
Αριθμός Εγκαταστάσεων 246
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2021-10-17
Ημερομηνία Δημοσίευσης 2021-06-28
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής dror.bogin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/bogind/gpodcasts_themes
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/bogind/gpodcasts_themes/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Podcasts Themes",
    "version": "1.1",
    "description": "Allows the user to apply themes to Google Podcasts",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/podcasts.google.com\/*"
            ],
            "js": [
                "podcasts_theme.js"
            ],
            "css": [
                "podcasts_theme.css"
            ]
        }
    ]
}