TrollFace Everywhere

Replaces (most) images in page by a trollface

Qu'est-ce que TrollFace Everywhere ?

TrollFace Everywhere est une extension Chrome développée par Platon Devs, et sa fonction principale est "Replaces (most) images in page by a trollface".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TrollFace Everywhere

Téléchargez les fichiers d'extension TrollFace Everywhere 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

                        Do you want to troll your friends? Just install this extension in their chrome... and laugh seeing them going bananas.
What does it do?
- If enabled, it will replace images in a page by a TrollFace
- If enabled the rickrolling feature it will hijack all YouTube reproductions and redirect the video to Rick Astley after some initial playing

How to pause it?
- Version 3.0 allows you to enable/disable independently images/video with a checkbox dropdown
- Of course, you can always disable the extension

The features of this extension are not promoted nor endorsed                    

Informations de Base sur l'Extension

Nom TrollFace Everywhere TrollFace Everywhere
ID afnpaldkfdjklpjphnpaokdafmgpidhn
URL Officiel https://chromewebstore.google.com/detail/trollface-everywhere/afnpaldkfdjklpjphnpaokdafmgpidhn
Description Replaces (most) images in page by a trollface
Taille du Fichier 44.31 KB
Nombre d'Installations 3,000
Version Actuelle 3.0
Dernière Mise à Jour 2023-10-24
Date de Publication 2020-01-23
Évaluation 5.00/5 Total 6 Évaluations
Développeur Platon Devs
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://platondevs.nl/trollface-everywhere-extension-released/
URL de la Page d'Aide https://platondevs.nl/privacy/
URL de la Page de Politique de Confidentialité https://platondevs.nl/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TrollFace Everywhere",
    "short_name": "TrollFaceEverywhere",
    "description": "Replaces (most) images in page by a trollface",
    "version": "3.0",
    "web_accessible_resources": [
        {
            "resources": [
                "*.webp"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "replacebytroll.min.js",
                "replacebyrick.min.js"
            ]
        }
    ],
    "icons": {
        "128": "trollface_128.png"
    },
    "author": {
        "name": "Platon Devs"
    },
    "action": {
        "default_popup": "popup.min.html",
        "default_icon": {
            "128": "trollface_128.png"
        }
    }
}