Psychedelia

Psychedelic effects to all images!

What is Psychedelia?

Psychedelia is a Chrome extension developed by 0x01h, and its main feature is "Psychedelic effects to all images!".

Extension Screenshots

screenshot

Download Psychedelia Extension CRX File

Download Psychedelia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Psychedelia Psychedelia
ID kocnkemkgoodhbhgfjhmahjpnclbgdjg
Official URL https://chromewebstore.google.com/detail/psychedelia/kocnkemkgoodhbhgfjhmahjpnclbgdjg
Description Psychedelic effects to all images!
File Size 43.55 KB
Installation Count 54
Current Version 0.0.1
Last Updated 2020-05-02
Publish Date 2020-05-01
Developer 0x01h
Email [email protected]
Payment Type free
Extension Website https://github.com/0x01h/psychedelia/
Help Page URL https://github.com/0x01h/psychedelia/
Supported Languages 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"
        ]
    }
}