web.Glitch()
do glitch on web
Cos'è web.Glitch()?
web.Glitch() è un'estensione di Chrome sviluppata da https://www.funktroniclabs.com, e la sua funzione principale è "do glitch on web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione web.Glitch()
Scarica i file di estensione web.Glitch() 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
Turn any website in a glitch-tastic experience with a press of a button! Informazioni di Base sull'Estensione
| Nome | |
| ID | adgekmhmbbjeodgpjjpcnfgmeijefinp |
| URL Ufficiale | https://chromewebstore.google.com/detail/webglitch/adgekmhmbbjeodgpjjpcnfgmeijefinp |
| Descrizione | do glitch on web |
| Dimensione del File | 65.95 KB |
| Conteggio Installazioni | 3,668 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2014-04-24 |
| Data di Pubblicazione | 2014-04-23 |
| Valutazione | 4.63/5 Totale 8 Valutazioni |
| Sviluppatore | https://www.funktroniclabs.com |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "web.Glitch()",
"version": "1.0.1",
"description": "do glitch on web",
"short_name": "web.Glitch()",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery.js",
"wobble.js"
],
"run_at": "document_end"
}
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |