Psychedelia

Psychedelic effects to all images!

Vad är Psychedelia?

Psychedelia är en Chrome-tillägg utvecklad av 0x01h, och dess huvudfunktion är "Psychedelic effects to all images!".

Tilläggsskärmbilder

screenshot

Ladda ner Psychedelia-förlängningens CRX-fil

Ladda ner Psychedelia-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Psychedelia Psychedelia
ID kocnkemkgoodhbhgfjhmahjpnclbgdjg
Officiell webbadress https://chromewebstore.google.com/detail/psychedelia/kocnkemkgoodhbhgfjhmahjpnclbgdjg
Beskrivning Psychedelic effects to all images!
Filstorlek 43.55 KB
Antal Installationer 54
Aktuell Version 0.0.1
Senast Uppdaterad 2020-05-02
Publiceringsdatum 2020-05-01
Utvecklare 0x01h
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/0x01h/psychedelia/
Hjälpsida URL https://github.com/0x01h/psychedelia/
Stödda Språk 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"
        ]
    }
}