Page Pranker

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

Qu'est-ce que Page Pranker ?

Page Pranker est une extension Chrome développée par TheodorST, et sa fonction principale est "Play fun pranks on your friends or enemies. Break their site or subtly mess with them".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Page Pranker

Téléchargez les fichiers d'extension Page Pranker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Page Pranker Page Pranker
ID anebchkompjfnocaghjdhkkkjfhbpake
URL Officiel https://chromewebstore.google.com/detail/page-pranker/anebchkompjfnocaghjdhkkkjfhbpake
Description Play fun pranks on your friends or enemies. Break their site or subtly mess with them
Taille du Fichier 23.11 KB
Nombre d'Installations 148
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-01-02
Date de Publication 2023-01-01
Évaluation 3.00/5 Total 2 Évaluations
Développeur TheodorST
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://ephemeral-shortbread-e096d8.netlify.app
Langues Prises en Charge 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"
    ]
}