RuneScape Music

This extension will play a random song from the RuneScape Soundtrack.

Τι είναι το RuneScape Music;

Το RuneScape Music είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://nicolaswestin.com, και η κύρια λειτουργία του είναι "This extension will play a random song from the RuneScape Soundtrack.".

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

screenshot

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

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

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

                        At the click of a button, randomly plays a song from the RuneScape soundtrack!

Provides ambient music for browsing the web, reading, or studying!




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




The source code is available on GitHub for those interested:
https://github.com/westinn/RuneScape-Music-Extension




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Legal Stuff:
"Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use."

This is in no way shape or form affiliated to Jagex or their products. This is a passion project that has not, does not and will not generate any revenue. Jagex owns the rights to these resources.                    

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

Όνομα RuneScape Music RuneScape Music
ID kccepmfokncobipneegebeiggcfjbccg
Επίσημο URL https://chrome.google.com/webstore/detail/runescape-music/kccepmfokncobipneegebeiggcfjbccg
Περιγραφή This extension will play a random song from the RuneScape Soundtrack.
Μέγεθος Αρχείου 340 MB
Αριθμός Εγκαταστάσεων 358
Τρέχουσα Έκδοση 0.6.0
Τελευταία Ενημέρωση 2020-01-14
Ημερομηνία Δημοσίευσης 2020-01-14
Αξιολόγηση 4.91/5 Συνολικά 32 Αξιολογήσεις
Προγραμματιστής http://nicolaswestin.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/westinn/RuneScape-Music-Extension
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RuneScape Music",
    "description": "This extension will play a random song from the RuneScape Soundtrack.",
    "version": "0.6.0",
    "background": {
        "scripts": [
            "\/scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "38": "\/images\/icon38.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png",
        "256": "\/images\/icon256.png"
    },
    "browser_action": {
        "default_title": "RuneScape Music"
    }
}