aprilFools

Harmlessly goof up your co-workers browser.

What is aprilFools?

aprilFools is a Chrome extension developed by Romain Sylvian, and its main feature is "Harmlessly goof up your co-workers browser.".

Extension Screenshots

screenshot

Download aprilFools Extension CRX File

Download aprilFools 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

                        Install this extension into your co-workers Google Chrome. You can choose an effect to apply to every website they visit. Perfect for a good April fool :) 

17 effects available : upside down, blur, html pride, 90's, spin, fade out, slowly grow text and many more ...

Inspired of aprilFools.css library by wesbos.                    

Extension Basic Information

Name aprilFools aprilFools
ID imkdafnalljikgogmjdccklndcdbfnng
Official URL https://chromewebstore.google.com/detail/aprilfools/imkdafnalljikgogmjdccklndcdbfnng
Description Harmlessly goof up your co-workers browser.
File Size 41.22 KB
Installation Count 1,222
Current Version 1.0.3
Last Updated 2013-04-01
Publish Date 2013-03-31
Rating 3.54/5 Total 28 Ratings
Developer Romain Sylvian
Payment Type free
Extension Website http://twitter.com/My_Boon
Help Page URL http://twitter.com/My_Boon
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "aprilFools",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Harmlessly goof up your co-workers browser.",
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "localstorage.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "effects.css"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "process.js"
            ],
            "run_at": "document_end"
        }
    ]
}