Harp Music Laura Bailey

Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.

Τι είναι το Harp Music Laura Bailey;

Το Harp Music Laura Bailey είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://callumtodd.uk, και η κύρια λειτουργία του είναι "Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Harp Music Laura Bailey

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

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

                        Replaces the text "Laura Bailey" with "*harp music* Laura Bailey".

When the text is clicked, harp music will play. The audio is taken from Sam Riegel and Liam O'Brien's podcast All Work No Play (http://allworknoplay.podbean.com).

The music can be disabled from the extension's options menu.

For an increased All Work No Play browsing experience, try the 'All Work No Play Soundbites' extension (https://chrome.google.com/webstore/detail/all-work-no-play-soundbit/japomppnbdeifhbbdfiegdngeilagpgm).                    

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

Όνομα Harp Music Laura Bailey Harp Music Laura Bailey
ID kpleocmlmcjbfdillkamjedbmbibahed
Επίσημο URL https://chromewebstore.google.com/detail/harp-music-laura-bailey/kpleocmlmcjbfdillkamjedbmbibahed
Περιγραφή Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.
Μέγεθος Αρχείου 232 KB
Αριθμός Εγκαταστάσεων 182
Τρέχουσα Έκδοση 1.2.2
Τελευταία Ενημέρωση 2016-10-27
Ημερομηνία Δημοσίευσης 2016-10-27
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://callumtodd.uk
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://callumtodd.uk/laura-bailey-harp/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harp Music Laura Bailey",
    "version": "1.2.2",
    "description": "Replaces the text 'Laura Bailey' with '*harp music* Laura Bailey'. When clicked, harp music will play.",
    "author": "Callum Todd",
    "icons": {
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "wordreplace.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "harp.ogg"
    ]
}