HoofSounds
Listen to pony radio stations 24/7!
HoofSounds क्या है?
HoofSounds https://hoofsounds.little.my द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen to pony radio stations 24/7!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HoofSounds एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
HoofSounds lets you listen to a diverse collection of 24/7 pony/brony internet radio, watch brony video streaming and connect them to brony chat. The majority of the radio stations and video streams are provided by various stations in the Ponyville Live! network, while chat is provided by the Canternet IRC network. HoofSounds is available for Google Chrome, Firefox and Opera. Get the Firefox version at https://hoofsounds.little.my Features: - 14 radio stations (variety and genre-specific) - 8 video streams - 9 chat channels - Get the latest stream info, updated every 20 seconds - Get notifications when the song changes - Share songs to Facebook and Twitter View the HoofSounds changelog to see what’s new: https://hoofsounds.little.my/changelog https://hoofsounds.little.my https://www.facebook.com/HoofSounds https://twitter.com/HoofSounds
एक्सटेंशन की मूल जानकारी
नाम | HoofSounds |
ID | pakhjhphleppgakhlffhlfhbekfnobbk |
आधिकारिक URL | https://chromewebstore.google.com/detail/hoofsounds/pakhjhphleppgakhlffhlfhbekfnobbk |
विवरण | Listen to pony radio stations 24/7! |
फ़ाइल का आकार | 338 KB |
स्थापना संख्या | 5,007 |
वर्तमान संस्करण | 1.641 |
अंतिम अपडेट | 2019-04-05 |
प्रकाशन तिथि | 2019-04-04 |
रेटिंग | 4.82/5 कुल 375 रेटिंग्स |
डेवलपर | https://hoofsounds.little.my |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://hoofsounds.little.my |
सहायता पृष्ठ URL | https://hoofsounds.little.my/faq.htm |
गोपनीयता नीति पृष्ठ URL | https://ponyhoof.little.my/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HoofSounds", "description": "Listen to pony radio stations 24\/7!", "version": "1.641", "homepage_url": "https:\/\/hoofsounds.little.my", "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "minimum_chrome_version": "49.0.0.0", "permissions": [ "http:\/\/*.little.my\/*", "https:\/\/*.little.my\/*", "storage", "unlimitedStorage", "notifications", "clipboardWrite", "contextMenus" ], "content_scripts": [ { "include_globs": [ "https:\/\/hoofsounds.little.my\/*" ], "js": [ "content.js" ], "matches": [ "https:\/\/hoofsounds.little.my\/*" ], "run_at": "document_start", "all_frames": true }, { "include_globs": [ "http:\/\/*.little.my\/*", "https:\/\/*.little.my\/*" ], "js": [ "content.js" ], "matches": [ "http:\/\/*.little.my\/*", "https:\/\/*.little.my\/*" ], "run_at": "document_start" } ], "optional_permissions": [ "background" ], "browser_action": { "default_icon": { "38": "icon38.png" }, "default_title": "HoofSounds", "default_popup": "popup.htm" }, "commands": { "hoofsounds_stopRadio": { "description": "Stop radio" }, "hoofsounds_copyTrackInfo": { "description": "Copy song info" } }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |