Post Internet

Postprocess the Internet

什么是Post Internet?

Post Internet是由amagitakayosi开发的Chrome扩展程序,该扩展的主要功能是“Postprocess the Internet”。

扩展截图

screenshot

下载Post Internet扩展crx文件

下载Post Internet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Post Internet Post Internet
ID daifjhimejfimjhjakfbpeombkmamkmn
官方URL https://chromewebstore.google.com/detail/post-internet/daifjhimejfimjhjakfbpeombkmamkmn
简介 Postprocess the Internet
文件大小 1.41 MB
安装次数 68
当前版本 0.0.3
更新时间 2023-05-15
上架时间 2017-12-13
评分 4.33/5 共3次评分
开发者 amagitakayosi
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}