Glitchy Glitch Gloo

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

Cos'è Glitchy Glitch Gloo?

Glitchy Glitch Gloo è un'estensione di Chrome sviluppata da ojhnsn, e la sua funzione principale è "Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Glitchy Glitch Gloo

Scarica i file di estensione Glitchy Glitch Gloo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Glitchy Glitch Gloo Glitchy Glitch Gloo
ID hehejefmdmpijnamjenkjogiamhoahha
URL Ufficiale https://chromewebstore.google.com/detail/glitchy-glitch-gloo/hehejefmdmpijnamjenkjogiamhoahha
Descrizione Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829
Dimensione del File 541 KB
Conteggio Installazioni 3,617
Versione Corrente 2.0
Ultimo Aggiornamento 2018-12-12
Data di Pubblicazione 2018-12-11
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore ojhnsn
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ojhnsn/final
Lingue Supportate 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'"
}