Radio Area51 Publishing
Una semplice estensione per ascoltare Radio Area51 Publishing dal tuo Browser.
Radio Area51 Publishingคืออะไร?
Radio Area51 Publishing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dreamsiteradio.com และคุณลักษณะหลักของมันคือ "Una semplice estensione per ascoltare Radio Area51 Publishing dal tuo Browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Radio Area51 Publishing
ดาวน์โหลดไฟล์ส่วนขยาย Radio Area51 Publishing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Radio Area51 Publishing è la prima web radio interamente dedicata alla tua crescita personale. Scarica la nostra estensione per ascoltarci dal tuo browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | balpgnfgfilkegkkieppggjfblihfoca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/radio-area51-publishing/balpgnfgfilkegkkieppggjfblihfoca |
คำอธิบาย | Una semplice estensione per ascoltare Radio Area51 Publishing dal tuo Browser. |
ขนาดไฟล์ | 968 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-04-20 |
วันที่เผยแพร่ | 2018-04-20 |
ผู้พัฒนา | https://www.dreamsiteradio.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Radio Area51 Publishing", "version": "1.0", "manifest_version": 2, "description": "Una semplice estensione per ascoltare Radio Area51 Publishing dal tuo Browser.", "browser_action": { "default_popup": "popup.html", "default_title": "Radio Area51 Publishing" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "background" ] } |