Shrek Prank

prank your friends with this shrek image replacer

Wat is Shrek Prank?

Shrek Prank is een Chrome-extensie ontwikkeld door Dovmary, en de belangrijkste functie is "prank your friends with this shrek image replacer".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shrek Prank

Download Shrek Prank-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Prank your friends and boss with this Shrek image replacer                    

Basisinformatie over de Extensie

Naam Shrek Prank Shrek Prank
ID ogmnfaneflffgdbmpcfbapcikckbcdep
Officiële URL https://chromewebstore.google.com/detail/shrek-prank/ogmnfaneflffgdbmpcfbapcikckbcdep
Beschrijving prank your friends with this shrek image replacer
Bestandsgrootte 128 KB
Aantal Installaties 285
Huidige Versie 2.0
Laatst Bijgewerkt 2023-12-03
Publicatiedatum 2023-08-24
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Dovmary
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shrek Prank",
    "description": " prank your friends with this shrek image replacer",
    "version": "2.0",
    "action": {
        "default_popup": "sponsor.html",
        "default_icon": "image\/sherk.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "image\/sherk.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}