web.Glitch()
do glitch on web
Vad är web.Glitch()?
web.Glitch() är en Chrome-tillägg utvecklad av https://www.funktroniclabs.com, och dess huvudfunktion är "do glitch on web".
Tilläggsskärmbilder
Ladda ner web.Glitch()-förlängningens CRX-fil
Ladda ner web.Glitch()-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Turn any website in a glitch-tastic experience with a press of a button! Grundläggande Information om Tillägg
| Namn | |
| ID | adgekmhmbbjeodgpjjpcnfgmeijefinp |
| Officiell webbadress | https://chromewebstore.google.com/detail/webglitch/adgekmhmbbjeodgpjjpcnfgmeijefinp |
| Beskrivning | do glitch on web |
| Filstorlek | 65.95 KB |
| Antal Installationer | 3,668 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2014-04-24 |
| Publiceringsdatum | 2014-04-23 |
| Betyg | 4.63/5 Totalt 8 Betyg |
| Utvecklare | https://www.funktroniclabs.com |
| Betalningssätt | free |
| Stödda Språk | 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:\/\/*\/*"
]
} | |