Page Pranker

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

Page Pranker là gì?

Page Pranker là một tiện ích mở rộng Chrome được phát triển bởi TheodorST, và tính năng chính của nó là "Play fun pranks on your friends or enemies. Break their site or subtly mess with them".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page Pranker

Tải xuống các tệp mở rộng Page Pranker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Page Pranker Page Pranker
ID anebchkompjfnocaghjdhkkkjfhbpake
URL Chính Thức https://chromewebstore.google.com/detail/page-pranker/anebchkompjfnocaghjdhkkkjfhbpake
Mô tả Play fun pranks on your friends or enemies. Break their site or subtly mess with them
Kích Thước Tệp 23.11 KB
Số Lần Cài Đặt 148
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-01-02
Ngày Phát Hành 2023-01-01
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển TheodorST
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://ephemeral-shortbread-e096d8.netlify.app
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}