web.Glitch()
do glitch on web
Wat is web.Glitch()?
web.Glitch() is een Chrome-extensie ontwikkeld door https://www.funktroniclabs.com, en de belangrijkste functie is "do glitch on web".
Extensie Screenshots
Download het CRX-bestand van de extensie web.Glitch()
Download web.Glitch()-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
Turn any website in a glitch-tastic experience with a press of a button! Basisinformatie over de Extensie
| Naam | |
| ID | adgekmhmbbjeodgpjjpcnfgmeijefinp |
| Officiële URL | https://chromewebstore.google.com/detail/webglitch/adgekmhmbbjeodgpjjpcnfgmeijefinp |
| Beschrijving | do glitch on web |
| Bestandsgrootte | 65.95 KB |
| Aantal Installaties | 3,668 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2014-04-24 |
| Publicatiedatum | 2014-04-23 |
| Beoordeling | 4.63/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | https://www.funktroniclabs.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |