Dogebook

Doge for facebook

What is Dogebook?

Dogebook is a Chrome extension developed by Terrance Niechciol, and its main feature is "Doge for facebook".

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

                        Source is here: https://github.com/TerranceN/Dogebook                    

Extension Basic Information

Name Dogebook Dogebook
ID nfegmbfmniafbllcpeehfcmpbokgbpnf
Official URL https://chrome.google.com/webstore/detail/dogebook/nfegmbfmniafbllcpeehfcmpbokgbpnf
Description Doge for facebook
File Size 36.53 KB
Installation Count 35
Current Version 1.5
Last Updated 2016-06-15
Publish Date 2016-06-15
Rating 5.00/5 Total 3 Ratings
Developer Terrance Niechciol
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dogebook",
    "description": "Doge for facebook",
    "version": "1.5",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery-3.0.0.min.js",
                "very_detector.js"
            ],
            "css": [
                "much_styles.css"
            ]
        }
    ]
}