Spincles

Glitch Art Code intervention in the Web Browsing sites

What is Spincles?

Spincles is a Chrome extension developed by https://dekwilde.wordpress.com, and its main feature is "Glitch Art Code intervention in the Web Browsing sites".

Extension Screenshots

screenshot
screenshot
screenshot

Download Spincles Extension CRX File

Download Spincles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Spincles Spincles
ID ehggidkmbchgmdignnbjnodgllpcmcng
Official URL https://chromewebstore.google.com/detail/spincles/ehggidkmbchgmdignnbjnodgllpcmcng
Description Glitch Art Code intervention in the Web Browsing sites
File Size 123 KB
Installation Count 834
Current Version 1.0
Last Updated 2013-06-14
Publish Date 2013-06-14
Rating 4.71/5 Total 7 Ratings
Developer https://dekwilde.wordpress.com
Payment Type free
Extension Website http://spincles.dekwilde.com.br
Help Page URL http://spincles.dekwilde.com.br
Supported Languages 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"
    }
}