Post Internet

Postprocess the Internet

Post Internetคืออะไร?

Post Internet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amagitakayosi และคุณลักษณะหลักของมันคือ "Postprocess the Internet"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Post Internet

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}