RuneScape Music
This extension will play a random song from the RuneScape Soundtrack.
RuneScape Music क्या है?
RuneScape Music http://nicolaswestin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will play a random song from the RuneScape Soundtrack."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RuneScape Music एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |