April Fools

Install on a friends computer

What is April Fools?

April Fools is a Chrome extension developed by Jamie Davies, and its main feature is "Install on a friends computer".

Download April Fools Extension CRX File

Download April Fools 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

                        An april fools prank, upload to a friends computer                    

Extension Basic Information

Name April Fools April Fools
ID fnemjnappdabnimhdhpadpedilfcegmo
Official URL https://chrome.google.com/webstore/detail/april-fools/fnemjnappdabnimhdhpadpedilfcegmo
Description Install on a friends computer
File Size 26.63 KB
Installation Count 37
Current Version 1.0
Last Updated 2015-04-01
Publish Date 2015-04-01
Rating 3.00/5 Total 2 Ratings
Developer Jamie Davies
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "April Fools",
    "description": "Install on a friends computer",
    "author": "Jamie Davies",
    "offline_enabled": true,
    "version": "1.0",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.jpg",
        "48": "icons\/icon48.jpg",
        "64": "icons\/icon64.jpg",
        "128": "icons\/icon128.jpg"
    },
    "manifest_version": 2
}