Sounds of the rain

Sounds of the rain

Τι είναι το Sounds of the rain;

Το Sounds of the rain είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον olbar, και η κύρια λειτουργία του είναι "Sounds of the rain".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Sounds of the rain

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

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

                        Extension for relaxing, studying, working. 3 sounds of rain.                    

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

Όνομα Sounds of the rain Sounds of the rain
ID lkkkpcjloppajdnoflemfaodcmlajkai
Επίσημο URL https://chromewebstore.google.com/detail/sounds-of-the-rain/lkkkpcjloppajdnoflemfaodcmlajkai
Περιγραφή Sounds of the rain
Μέγεθος Αρχείου 10.57 MB
Αριθμός Εγκαταστάσεων 99
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-08-29
Ημερομηνία Δημοσίευσης 2020-08-29
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής olbar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sounds of the rain",
    "description": "Sounds of the rain",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "rain.js"
        ],
        "persistent": true
    }
}