Psychedelia

Psychedelic effects to all images!

Co to jest Psychedelia?

Psychedelia to rozszerzenie Chrome opracowane przez 0x01h, a jego główną funkcją jest „Psychedelic effects to all images!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Psychedelia

Pobierz pliki rozszerzeń Psychedelia w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Psychedelia Psychedelia
ID kocnkemkgoodhbhgfjhmahjpnclbgdjg
Oficjalny URL https://chromewebstore.google.com/detail/psychedelia/kocnkemkgoodhbhgfjhmahjpnclbgdjg
Opis Psychedelic effects to all images!
Rozmiar pliku 43.55 KB
Liczba instalacji 54
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2020-05-02
Data Publikacji 2020-05-01
Deweloper 0x01h
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/0x01h/psychedelia/
Adres URL Strony Pomocy https://github.com/0x01h/psychedelia/
Obsługiwane Języki 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"
        ]
    }
}