Spincles

Glitch Art Code intervention in the Web Browsing sites

Что такое Spincles?

Spincles - это расширение Chrome, разработанное https://dekwilde.wordpress.com, и его основная функция - "Glitch Art Code intervention in the Web Browsing sites".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Spincles

Скачайте файлы расширений Spincles в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Spincles Spincles
ID ehggidkmbchgmdignnbjnodgllpcmcng
Официальный URL https://chromewebstore.google.com/detail/spincles/ehggidkmbchgmdignnbjnodgllpcmcng
Описание Glitch Art Code intervention in the Web Browsing sites
Размер файла 123 KB
Количество установок 834
Текущая Версия 1.0
Последнее Обновление 2013-06-14
Дата публикации 2013-06-14
Рейтинг 4.71/5 Всего 7 оценок
Разработчик https://dekwilde.wordpress.com
Тип оплаты free
Официальный сайт расширения http://spincles.dekwilde.com.br
URL страницы помощи http://spincles.dekwilde.com.br
Поддерживаемые языки 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"
    }
}