Post Internet

Postprocess the Internet

What is Post Internet?

Post Internet is a Chrome extension developed by amagitakayosi, and its main feature is "Postprocess the Internet".

Extension Screenshots

screenshot

Download Post Internet Extension CRX File

Download Post Internet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Post Internet Post Internet
ID daifjhimejfimjhjakfbpeombkmamkmn
Official URL https://chromewebstore.google.com/detail/post-internet/daifjhimejfimjhjakfbpeombkmamkmn
Description Postprocess the Internet
File Size 1.41 MB
Installation Count 68
Current Version 0.0.3
Last Updated 2023-05-15
Publish Date 2017-12-13
Rating 4.33/5 Total 3 Ratings
Developer amagitakayosi
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}