Psychedelia

Psychedelic effects to all images!

Wat is Psychedelia?

Psychedelia is een Chrome-extensie ontwikkeld door 0x01h, en de belangrijkste functie is "Psychedelic effects to all images!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Psychedelia

Download Psychedelia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Apply psychedelic effect to all images in the current tab! Turn all images into colorful GIFs.                    

Basisinformatie over de Extensie

Naam Psychedelia Psychedelia
ID kocnkemkgoodhbhgfjhmahjpnclbgdjg
Officiële URL https://chromewebstore.google.com/detail/psychedelia/kocnkemkgoodhbhgfjhmahjpnclbgdjg
Beschrijving Psychedelic effects to all images!
Bestandsgrootte 43.55 KB
Aantal Installaties 54
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-05-02
Publicatiedatum 2020-05-01
Ontwikkelaar 0x01h
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/0x01h/psychedelia/
Help Pagina-URL https://github.com/0x01h/psychedelia/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Psychedelia",
    "short_name": "psychedelia",
    "version": "0.0.1",
    "author": "Or\u00e7un \u00d6zdemir",
    "homepage_url": "https:\/\/github.com\/0x01h\/psychedelia",
    "description": "Psychedelic effects to all images!",
    "icons": {
        "48": "icons\/48x48.png",
        "96": "icons\/96x96.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "48": "icons\/48x48.png",
            "96": "icons\/96x96.png"
        },
        "default_title": "Psychedelia"
    },
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    }
}