Spincles

Glitch Art Code intervention in the Web Browsing sites

Co to jest Spincles?

Spincles to rozszerzenie Chrome opracowane przez https://dekwilde.wordpress.com, a jego główną funkcją jest „Glitch Art Code intervention in the Web Browsing sites”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Spincles

Pobierz pliki rozszerzeń Spincles w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Spincles Spincles
ID ehggidkmbchgmdignnbjnodgllpcmcng
Oficjalny URL https://chromewebstore.google.com/detail/spincles/ehggidkmbchgmdignnbjnodgllpcmcng
Opis Glitch Art Code intervention in the Web Browsing sites
Rozmiar pliku 123 KB
Liczba instalacji 834
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2013-06-14
Data Publikacji 2013-06-14
Ocena 4.71/5 Łącznie 7 Oceny
Deweloper https://dekwilde.wordpress.com
Typ Płatności free
Strona Rozszerzenia http://spincles.dekwilde.com.br
Adres URL Strony Pomocy http://spincles.dekwilde.com.br
Obsługiwane Języki 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"
    }
}