Glitchy Glitch Gloo
Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829
Apa itu Glitchy Glitch Gloo?
Glitchy Glitch Gloo adalah ekstensi Chrome yang dikembangkan oleh ojhnsn, dan fitur utamanya adalah "Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Glitchy Glitch Gloo
Unduh file ekstensi Glitchy Glitch Gloo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Glitchy Glitch Gloo |
ID | hehejefmdmpijnamjenkjogiamhoahha |
URL Resmi | https://chromewebstore.google.com/detail/glitchy-glitch-gloo/hehejefmdmpijnamjenkjogiamhoahha |
Deskripsi | Take a screenshot of the current tab viewport and glitch it. Iteration of 'Page Glitcher' by zky829 |
Ukuran File | 541 KB |
Jumlah Instalasi | 3,617 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2018-12-12 |
Tanggal Publikasi | 2018-12-11 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | ojhnsn |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ojhnsn/final |
Bahasa yang Didukung | 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'" } |