Relaxound
Relaxound - background sound generator for work and relaxation
Relaxound क्या है?
Relaxound http://relaxound.tk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Relaxound - background sound generator for work and relaxation"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Relaxound एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mnalibceaggjpmicodllapfekbfglflc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/relaxound/mnalibceaggjpmicodllapfekbfglflc |
विवरण | Relaxound - background sound generator for work and relaxation |
फ़ाइल का आकार | 79.9 KB |
स्थापना संख्या | 156 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2015-10-25 |
प्रकाशन तिथि | 2015-10-25 |
रेटिंग | 3.00/5 कुल 6 रेटिंग्स |
डेवलपर | http://relaxound.tk |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://relaxound.kolyunya.me |
सहायता पृष्ठ URL | https://twitter.com/relaxound |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Relaxound", "short_name": "Relaxound", "description": "Relaxound - background sound generator for work and relaxation", "version": "1.5", "author": "Nikolay Oleynikov", "permissions": [ "https:\/\/relaxound.kolyunya.me\/", "cookies", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/relaxound.kolyunya.me\/*" ], "js": [ "scripts\/jquery.min.js", "scripts\/content.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "scripts\/jquery.min.js", "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/sound-enabled.png" }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png" } } |