Page Pranker

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

Page Pranker란 무엇입니까?

Page Pranker은(는) TheodorST에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play fun pranks on your friends or enemies. Break their site or subtly mess with them"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Page Pranker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}