Page Pranker

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

Hvad er Page Pranker?

Page Pranker er en Chrome-udvidelse udviklet af TheodorST, og dens hovedfunktion er "Play fun pranks on your friends or enemies. Break their site or subtly mess with them".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Page Pranker-udvidelses-CRX-fil

Download Page Pranker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Page Pranker Page Pranker
ID anebchkompjfnocaghjdhkkkjfhbpake
Officiel URL https://chromewebstore.google.com/detail/page-pranker/anebchkompjfnocaghjdhkkkjfhbpake
Beskrivelse Play fun pranks on your friends or enemies. Break their site or subtly mess with them
Filstørrelse 23.11 KB
Antal Installationer 148
Nuværende Version 1.0.0
Senest Opdateret 2023-01-02
Udgivelsesdato 2023-01-01
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler TheodorST
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://ephemeral-shortbread-e096d8.netlify.app
Understøttede Sprog 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"
    ]
}