Psychedelia

Psychedelic effects to all images!

Qu'est-ce que Psychedelia ?

Psychedelia est une extension Chrome développée par 0x01h, et sa fonction principale est "Psychedelic effects to all images!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Psychedelia

Téléchargez les fichiers d'extension Psychedelia au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Psychedelia Psychedelia
ID kocnkemkgoodhbhgfjhmahjpnclbgdjg
URL Officiel https://chromewebstore.google.com/detail/psychedelia/kocnkemkgoodhbhgfjhmahjpnclbgdjg
Description Psychedelic effects to all images!
Taille du Fichier 43.55 KB
Nombre d'Installations 54
Version Actuelle 0.0.1
Dernière Mise à Jour 2020-05-02
Date de Publication 2020-05-01
Développeur 0x01h
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/0x01h/psychedelia/
URL de la Page d'Aide https://github.com/0x01h/psychedelia/
Langues Prises en Charge 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"
        ]
    }
}