HIT RADIO 100% MUSIQUE 100% HITS
Hit Radio extension
What is HIT RADIO 100% MUSIQUE 100% HITS?
HIT RADIO 100% MUSIQUE 100% HITS is a Chrome extension developed by khalid.skiod, and its main feature is "Hit Radio extension".
Extension Screenshots
Download HIT RADIO 100% MUSIQUE 100% HITS Extension CRX File
Download HIT RADIO 100% MUSIQUE 100% HITS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hit Radio extension sur google chrome en installant cette extension vous serez capable d'écouter Hit Radio sur votre navigateur sans ouvrir le site de la radio il vous permettra aussi de contrôler le lecteur (pause/play/volume)
Extension Basic Information
Name | |
ID | hphpingmbkbobdnjegciipokfdgcefmm |
Official URL | https://chrome.google.com/webstore/detail/hit-radio-100%25-musique-10/hphpingmbkbobdnjegciipokfdgcefmm |
Description | Hit Radio extension |
File Size | 28.9 KB |
Installation Count | 63 |
Current Version | 1.0.3 |
Last Updated | 2021-08-03 |
Publish Date | 2018-01-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | khalid.skiod |
[email protected] | |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HIT RADIO 100% MUSIQUE 100% HITS", "description": "Hit Radio extension", "version": "1.0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "icons": { "64": "icon.png" } } |