Glitchy Glitch Gloo

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

Qu'est-ce que Glitchy Glitch Gloo ?

Glitchy Glitch Gloo est une extension Chrome développée par ojhnsn, et sa fonction principale est "Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Glitchy Glitch Gloo

Téléchargez les fichiers d'extension Glitchy Glitch Gloo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Glitchy Glitch Gloo Glitchy Glitch Gloo
ID hehejefmdmpijnamjenkjogiamhoahha
URL Officiel https://chromewebstore.google.com/detail/glitchy-glitch-gloo/hehejefmdmpijnamjenkjogiamhoahha
Description Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829
Taille du Fichier 541 KB
Nombre d'Installations 3,617
Version Actuelle 2.0
Dernière Mise à Jour 2018-12-12
Date de Publication 2018-12-11
Évaluation 4.20/5 Total 5 Évaluations
Développeur ojhnsn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ojhnsn/final
Langues Prises en Charge 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'"
}