Cloud Khmer Radio
This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio
Wat is Cloud Khmer Radio?
Cloud Khmer Radio is een Chrome-extensie ontwikkeld door cheamseta, en de belangrijkste functie is "This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio".
Extensie Screenshots
Download het CRX-bestand van de extensie Cloud Khmer Radio
Download Cloud Khmer Radio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hi !!!! This is TheBadOne. I am a Cambodian developer. This is a chrome extension for playing foreign radio in Khmer language. Available only latest news!!! Facebook Page: Facebook.com/cheamseta Email: [email protected]
Basisinformatie over de Extensie
Naam | |
ID | ibhddejlggfooakgemkmhpijmeinocfi |
Officiële URL | https://chrome.google.com/webstore/detail/cloud-khmer-radio/ibhddejlggfooakgemkmhpijmeinocfi |
Beschrijving | This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio |
Bestandsgrootte | 336 KB |
Aantal Installaties | 85 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-07-08 |
Publicatiedatum | 2013-07-08 |
Beoordeling | 4.13/5 Totaal 8 Beoordelingen |
Ontwikkelaar | cheamseta |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cloud Khmer Radio", "description": "This is Cloud Khmer Radio Chrome Extension. Cloud Khmer Radio is the best online Khmer Radio", "version": "1.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "3.js" ] } ], "background": { "scripts": [ "3.js", "2.js" ] }, "permissions": [ "notifications", "tabs", "http:\/\/*\/*", "idle" ], "web_accessible_resources": [ "48X48.png" ], "icons": { "16": "16X16.png", "48": "48X48.png", "128": "128X128.png" }, "browser_action": { "default_icon": "16X16.png", "default_title": "Cloud Khmer Radio", "default_popup": "popup.html" } } |