Chicken on a Raft
Play the song Chicken on a Raft!
Cos'è Chicken on a Raft?
Chicken on a Raft è un'estensione di Chrome sviluppata da https://niko109.com, e la sua funzione principale è "Play the song Chicken on a Raft!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chicken on a Raft
Scarica i file di estensione Chicken on a Raft in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Play "Chicken on a Raft" anywhere you are without an internet connection! Can even play in background when Chrome is closed!
Chicken on a raft: http://chickenonaraft.com Informazioni di Base sull'Estensione
| Nome | |
| ID | mlpeefdfilpcolheiopnpicfkchdchbp |
| URL Ufficiale | https://chromewebstore.google.com/detail/chicken-on-a-raft/mlpeefdfilpcolheiopnpicfkchdchbp |
| Descrizione | Play the song Chicken on a Raft! |
| Dimensione del File | 2.63 MB |
| Conteggio Installazioni | 485 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-02-14 |
| Data di Pubblicazione | 2014-02-14 |
| Valutazione | 4.43/5 Totale 14 Valutazioni |
| Sviluppatore | https://niko109.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://niko109.com |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Play the song Chicken on a Raft!",
"manifest_version": 2,
"name": "Chicken on a Raft",
"permissions": [
"background"
],
"version": "1.0",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"homepage_url": "http:\/\/niko109.com",
"author": "Nick Schauer",
"offline_enabled": true,
"browser_action": {
"default_icon": "icon16.png",
"default_title": "Chicken on a Raft",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"player.js"
]
}
} | |