Glitchy Glitch Gloo

Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829

O que é Glitchy Glitch Gloo?

Glitchy Glitch Gloo é uma extensão do Chrome desenvolvida por ojhnsn, e sua principal característica é "Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Glitchy Glitch Gloo

Baixe arquivos de extensão Glitchy Glitch Gloo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Hi and welcome to my super cute and fun browser extension for making glitches! I used zky829's Viewport Glitcher as a base and added code of my own to align to my project. My browser extension uses the libraries glitch-canvas and p5. By clicking the browser icon the extension takes a screenshot of your tab and glitches both image and text elements.                    

Informações Básicas da Extensão

Nome Glitchy Glitch Gloo Glitchy Glitch Gloo
ID hehejefmdmpijnamjenkjogiamhoahha
URL Oficial https://chromewebstore.google.com/detail/glitchy-glitch-gloo/hehejefmdmpijnamjenkjogiamhoahha
Descrição Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829
Tamanho do Arquivo 541 KB
Contagem de Instalações 3,617
Versão Atual 2.0
Última Atualização 2018-12-12
Data de Publicação 2018-12-11
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor ojhnsn
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ojhnsn/final
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Glitchy Glitch Gloo",
    "description": "Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829",
    "version": "2.0",
    "author": "zky829, ojhnsn",
    "background": {
        "persistent": false,
        "scripts": [
            "page-glitch.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Page Glitcher"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}