Spincles
Glitch Art Code intervention in the Web Browsing sites
Wat is Spincles?
Spincles is een Chrome-extensie ontwikkeld door https://dekwilde.wordpress.com, en de belangrijkste functie is "Glitch Art Code intervention in the Web Browsing sites".
Extensie Screenshots
Download het CRX-bestand van de extensie Spincles
Download Spincles-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
This is a orignal project design in processing.js and derived to a iOS APP and now to a interactive project to your Chrome Browser. Destroy all the elements in the page that you want glitched. Acess spincles also in your App Store
Basisinformatie over de Extensie
Naam | Spincles |
ID | ehggidkmbchgmdignnbjnodgllpcmcng |
Officiële URL | https://chromewebstore.google.com/detail/spincles/ehggidkmbchgmdignnbjnodgllpcmcng |
Beschrijving | Glitch Art Code intervention in the Web Browsing sites |
Bestandsgrootte | 123 KB |
Aantal Installaties | 834 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-06-14 |
Publicatiedatum | 2013-06-14 |
Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://dekwilde.wordpress.com |
Betalingswijze | free |
Extensiewebsite | http://spincles.dekwilde.com.br |
Help Pagina-URL | http://spincles.dekwilde.com.br |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spincles", "description": "Glitch Art Code intervention in the Web Browsing sites", "version": "1.0", "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Spincles", "default_icon": { "19": "icon19.png", "48": "icon48.png" }, "default_popup": "popup.html" } } |