Chrome Page Doughnutify!

Make the background of any page a doughnut. Works on most, if not all, the pages on the web.

What is Chrome Page Doughnutify!?

Chrome Page Doughnutify! is a Chrome extension developed by https://yooniverse.games, and its main feature is "Make the background of any page a doughnut. Works on most, if not all, the pages on the web.".

Extension Screenshots

screenshot

Download Chrome Page Doughnutify! Extension CRX File

Download Chrome Page Doughnutify! 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

                        Downloading this extension will add a button to your chrome browser. When you click it, it will set the background of your page to a doughnut. It is good with your coffee! :)


UPDATES:
   V 1.2.3:
      Re-designed image selection interface, added custom URL background

   V 1.2.2:
      Added another mode: Trumpify!

   V 1.2.1:
      Doughnutify now works on mail.google.com/gmail.com!!! YAY! Don't like the Gmail themes? Use Doughnutify!!

   V 1.2:
      Fixed Doughnutify on docs.google.com, drive.google.com, inbox.google.com! I am still working on a fix for mail.google.com (gmail.com). Please be patient.

   V 1.1:
      Added an alert if you try to doughnutify a page that is known to not support it. I am working on a fix to makes those websites be supported. :)                    

Extension Basic Information

Name Chrome Page Doughnutify! Chrome Page Doughnutify!
ID bokegacfgcekipbimhpgbpckplpimmcf
Official URL https://chromewebstore.google.com/detail/chrome-page-doughnutify/bokegacfgcekipbimhpgbpckplpimmcf
Description Make the background of any page a doughnut. Works on most, if not all, the pages on the web.
File Size 3.82 MB
Installation Count 99
Current Version 1.2.3
Last Updated 2017-03-02
Publish Date 2017-03-02
Rating 3.70/5 Total 10 Ratings
Developer https://yooniverse.games
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Page Doughnutify!",
    "description": "Make the background of any page a doughnut. Works on most, if not all, the pages on the web.",
    "version": "1.2.3",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "infuse.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Donutify this Page!",
        "default_icon": "img\/cookie.png"
    },
    "manifest_version": 2
}