Pew Pew
Sometimes, when I hit ctrl-w in Chrome, I make a 'pew' laser sound. (http://twitter.com/#!/jamesthigpen/status/116216027204960257)
Cos'è Pew Pew?
Pew Pew è un'estensione di Chrome sviluppata da TerryH, e la sua funzione principale è "Sometimes, when I hit ctrl-w in Chrome, I make a 'pew' laser sound. (http://twitter.com/#!/jamesthigpen/status/116216027204960257)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pew Pew
Scarica i file di estensione Pew Pew 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
This extension plays a 'pew' sound when a Chrome tab is closed, sometimes.
This extension does NOT collect, use, or share any user data. Informazioni di Base sull'Estensione
| Nome | |
| ID | keekkopgcackaofhlcjepenjlbndiilh |
| URL Ufficiale | https://chromewebstore.google.com/detail/pew-pew/keekkopgcackaofhlcjepenjlbndiilh |
| Descrizione | Sometimes, when I hit ctrl-w in Chrome, I make a 'pew' laser sound. (http://twitter.com/#!/jamesthigpen/status/116216027204960257) |
| Dimensione del File | 8.59 KB |
| Conteggio Installazioni | 306 |
| Versione Corrente | 1.5 |
| Ultimo Aggiornamento | 2023-09-01 |
| Data di Pubblicazione | 2016-05-02 |
| Valutazione | 5.00/5 Totale 10 Valutazioni |
| Sviluppatore | TerryH |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pew Pew",
"version": "1.5",
"description": "Sometimes, when I hit ctrl-w in Chrome, I make a 'pew' laser sound. (http:\/\/twitter.com\/#!\/jamesthigpen\/status\/116216027204960257)",
"background": {
"scripts": [
"PewPew.js"
],
"persistent": false
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"https:\/\/s3.amazonaws.com\/PewPew\/v1.0\/*.wav"
]
} | |