Post Internet

Postprocess the Internet

Co to jest Post Internet?

Post Internet to rozszerzenie Chrome opracowane przez amagitakayosi, a jego główną funkcją jest „Postprocess the Internet”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Post Internet

Pobierz pliki rozszerzeń Post Internet 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

                        Post-effect for the internet.

When you click the button, you'll see your internet is melting down.

When you open settings by right-click the button, you can edit & add post-effects in GLSL.                    

Podstawowe informacje o rozszerzeniu

Nazwa Post Internet Post Internet
ID daifjhimejfimjhjakfbpeombkmamkmn
Oficjalny URL https://chromewebstore.google.com/detail/post-internet/daifjhimejfimjhjakfbpeombkmamkmn
Opis Postprocess the Internet
Rozmiar pliku 1.41 MB
Liczba instalacji 68
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2023-05-15
Data Publikacji 2017-12-13
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper amagitakayosi
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Post Internet",
    "version": "0.0.3",
    "description": "Postprocess the Internet",
    "icons": {
        "16": "images\/16.png",
        "128": "images\/128.png"
    },
    "author": "Takayosi Amagi ",
    "background": {
        "persistent": false,
        "scripts": [
            "index.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "Post Internet"
    }
}