Page Pranker

Play fun pranks on your friends or enemies. Break their site or subtly mess with them

Page Prankerคืออะไร?

Page Pranker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TheodorST และคุณลักษณะหลักของมันคือ "Play fun pranks on your friends or enemies. Break their site or subtly mess with them"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Page Pranker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Page Pranker is an extension made to play fun pranks on your friends or enemies. Break their websites or subtly mess with them. It is all just harmless fun.

Page Pranker edits the websites you visit to make them look different. You can change the frequency of these edits and change how much they affect the websites. The extension is always on, and works in the background.

This extension is heavily inspired by the Prank 'em extension, but i got tired of waiting for new updates and wanted more spice to my trolls. I will update this extension more in the future and add lots of cool stuff                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Page Pranker Page Pranker
ID anebchkompjfnocaghjdhkkkjfhbpake
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/page-pranker/anebchkompjfnocaghjdhkkkjfhbpake
คำอธิบาย Play fun pranks on your friends or enemies. Break their site or subtly mess with them
ขนาดไฟล์ 23.11 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-01-02
วันที่เผยแพร่ 2023-01-01
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา TheodorST
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ephemeral-shortbread-e096d8.netlify.app
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Page Pranker",
    "version": "1.0.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Page Pranker"
    },
    "description": "Play fun pranks on your friends or enemies. Break their site or subtly mess with them",
    "author": "Theodor Thrane",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/edit.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}