Page Pranker

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

Τι είναι το Page Pranker;

Το Page Pranker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TheodorST, και η κύρια λειτουργία του είναι "Play fun pranks on your friends or enemies. Break their site or subtly mess with them".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Page Pranker

Λήψη αρχείων επέκτασης Page Pranker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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