Post Internet

Postprocess the Internet

Cos'è Post Internet?

Post Internet è un'estensione di Chrome sviluppata da amagitakayosi, e la sua funzione principale è "Postprocess the Internet".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Post Internet

Scarica i file di estensione Post Internet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Post Internet Post Internet
ID daifjhimejfimjhjakfbpeombkmamkmn
URL Ufficiale https://chromewebstore.google.com/detail/post-internet/daifjhimejfimjhjakfbpeombkmamkmn
Descrizione Postprocess the Internet
Dimensione del File 1.41 MB
Conteggio Installazioni 68
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-05-15
Data di Pubblicazione 2017-12-13
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore amagitakayosi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}