Psychedelia

Psychedelic effects to all images!

什么是Psychedelia?

Psychedelia是由0x01h开发的Chrome扩展程序,该扩展的主要功能是“Psychedelic effects to all images!”。

扩展截图

screenshot

下载Psychedelia扩展crx文件

下载Psychedelia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Psychedelia Psychedelia
ID kocnkemkgoodhbhgfjhmahjpnclbgdjg
官方URL https://chromewebstore.google.com/detail/psychedelia/kocnkemkgoodhbhgfjhmahjpnclbgdjg
简介 Psychedelic effects to all images!
文件大小 43.55 KB
安装次数 54
当前版本 0.0.1
更新时间 2020-05-02
上架时间 2020-05-01
开发者 0x01h
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/0x01h/psychedelia/
帮助页面URL https://github.com/0x01h/psychedelia/
支持的语言 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"
        ]
    }
}