TrollFace Everywhere

Replaces (most) images in page by a trollface

What is TrollFace Everywhere?

TrollFace Everywhere is a Chrome extension developed by Platon Devs, and its main feature is "Replaces (most) images in page by a trollface".

Extension Screenshots

screenshot
screenshot

Download TrollFace Everywhere Extension CRX File

Download TrollFace Everywhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name TrollFace Everywhere TrollFace Everywhere
ID afnpaldkfdjklpjphnpaokdafmgpidhn
Official URL https://chromewebstore.google.com/detail/trollface-everywhere/afnpaldkfdjklpjphnpaokdafmgpidhn
Description Replaces (most) images in page by a trollface
File Size 44.31 KB
Installation Count 3,000
Current Version 3.0
Last Updated 2023-10-24
Publish Date 2020-01-23
Rating 5.00/5 Total 6 Ratings
Developer Platon Devs
Email [email protected]
Payment Type free
Extension Website https://platondevs.nl/trollface-everywhere-extension-released/
Help Page URL https://platondevs.nl/privacy/
Privacy Policy Page URL https://platondevs.nl/privacy
Supported Languages 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"
        }
    }
}