Potato It!

Internet + Potatoes = Pure Awesome

What is Potato It!?

Potato It! is a Chrome extension developed by Evan Shimoniak, and its main feature is "Internet + Potatoes = Pure Awesome".

Extension Screenshots

screenshot

Download Potato It! Extension CRX File

Download Potato It! 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 most images to potatoes. You can adjust it to alter only some images, some background images, or alter all background images. As of the current version, it does not yet change iframes, flash elements, HTML5 canvases, and most ads.

Image from HowBigIsMyPotato.com. Used with permission.

The source and changelog for the program can be found at https://github.com/FracturedRetina/PotatoIt.

If you have any suggestions for features leave a review or open an issue on GitHub.                    

Extension Basic Information

Name Potato It! Potato It!
ID lbkdijklknadgammeolepeachokdbnll
Official URL https://chrome.google.com/webstore/detail/potato-it/lbkdijklknadgammeolepeachokdbnll
Description Internet + Potatoes = Pure Awesome
File Size 131 KB
Installation Count 165
Current Version 2.0.2
Last Updated 2015-01-26
Publish Date 2015-01-26
Rating 3.08/5 Total 13 Ratings
Developer Evan Shimoniak
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Potato It!",
    "description": "Internet + Potatoes = Pure Awesome",
    "version": "2.0.2",
    "icons": {
        "19": "res\/icon-pxl-light.png",
        "128": "res\/icon128.png"
    },
    "browser_action": {
        "default_name": "Potato It!",
        "default_icon": "res\/icon-pxl-light.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "res\/potato.png",
        "jquery.min.js",
        "options.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}