Dogebook

This extension replaces the WOW icon on Facebook with doge.

What is Dogebook?

Dogebook is a Chrome extension developed by Dean Little, and its main feature is "This extension replaces the WOW icon on Facebook with doge.".

Extension Screenshots

screenshot

Download Dogebook Extension CRX File

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

                        Such Facebooke. So doge icon. Very wow.                    

Extension Basic Information

Name Dogebook Dogebook
ID nomkelfmgnkehmglnmcopbccialgbcdl
Official URL https://chrome.google.com/webstore/detail/dogebook/nomkelfmgnkehmglnmcopbccialgbcdl
Description This extension replaces the WOW icon on Facebook with doge.
File Size 39.81 KB
Installation Count 58
Current Version 1.1
Last Updated 2016-10-31
Publish Date 2016-10-31
Rating 5.00/5 Total 1 Ratings
Developer Dean Little
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dogebook",
    "web_accessible_resources": [
        "*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "doge.css"
            ]
        }
    ],
    "description": "This extension replaces the WOW icon on Facebook with doge.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "dogebig.png",
        "default_title": "Wow!",
        "icons": {
            "16": "dogesmall.png",
            "48": "dogebig.png",
            "128": "dogewowsobig.png"
        }
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}