Page Pranker

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

¿Qué es Page Pranker?

Page Pranker es una extensión de Chrome desarrollada por TheodorST, y su función principal es "Play fun pranks on your friends or enemies. Break their site or subtly mess with them".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Page Pranker

Descarga archivos de extensión Page Pranker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Page Pranker Page Pranker
ID anebchkompjfnocaghjdhkkkjfhbpake
URL Oficial https://chromewebstore.google.com/detail/page-pranker/anebchkompjfnocaghjdhkkkjfhbpake
Descripción Play fun pranks on your friends or enemies. Break their site or subtly mess with them
Tamaño del Archivo 23.11 KB
Cantidad de Instalaciones 148
Versión Actual 1.0.0
Última Actualización 2023-01-02
Fecha de Publicación 2023-01-01
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador TheodorST
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://ephemeral-shortbread-e096d8.netlify.app
Idiomas Soportados 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"
    ]
}