This trap drives me crazy!

This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…

What is This trap drives me crazy!?

This trap drives me crazy! is a Chrome extension developed by François Beaufort, and its main feature is "This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…".

Extension Screenshots

screenshot

Download This trap drives me crazy! Extension CRX File

Download This trap drives me crazy! 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

                        This extension is there to upset your non developer friends and coworkers.
It basically replaces the content of any webpage by a screenshot of the same webpage. Funny? Go give it a try! 


----------------------

Changelog:

3:
- Fixed bug when tab is not active thanks to Artem and Kevin.

2:
- Change image quality from jpeg to png thanks to Samuel                    

Extension Basic Information

Name This trap drives me crazy! This trap drives me crazy!
ID obdkjnmippadccjpbmdnbmloaagnockf
Official URL https://chrome.google.com/webstore/detail/this-trap-drives-me-crazy/obdkjnmippadccjpbmdnbmloaagnockf
Description This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…
File Size 42.45 KB
Installation Count 26
Current Version 3
Last Updated 2012-10-14
Publish Date 2012-10-14
Rating 4.00/5 Total 5 Ratings
Developer François Beaufort
Payment Type free
Help Page URL https://plus.google.com/100132233764003563318/posts/itWmFzFDvTk
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "This trap drives me crazy!",
    "version": "3",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "manifest_version": 2
}