Psychedelia

Psychedelic effects to all images!

Hvad er Psychedelia?

Psychedelia er en Chrome-udvidelse udviklet af 0x01h, og dens hovedfunktion er "Psychedelic effects to all images!".

Udvidelsesskærmbilleder

screenshot

Download Psychedelia-udvidelses-CRX-fil

Download Psychedelia-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Psychedelia Psychedelia
ID kocnkemkgoodhbhgfjhmahjpnclbgdjg
Officiel URL https://chromewebstore.google.com/detail/psychedelia/kocnkemkgoodhbhgfjhmahjpnclbgdjg
Beskrivelse Psychedelic effects to all images!
Filstørrelse 43.55 KB
Antal Installationer 54
Nuværende Version 0.0.1
Senest Opdateret 2020-05-02
Udgivelsesdato 2020-05-01
Udvikler 0x01h
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/0x01h/psychedelia/
Hjælpeside-URL https://github.com/0x01h/psychedelia/
Understøttede Sprog 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"
        ]
    }
}