Dogetizer

so doge. many page.

What is Dogetizer?

Dogetizer is a Chrome extension developed by http://drewworthey.com, and its main feature is "so doge. many page.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dogetizer Extension CRX File

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

                        Dogetizer allows you to view the web in a new way. By leveraging advanced Shiba Inu technology, this extension gives you a unique overview of each and every page that you visit, complete with multicolored Comic Sans.

Feeling generous?
Dogecoin: DT5bBE9GyD4MxLGmQdjK1thiEtpZ1jMMQW
Litecoin: LU4znFx5FPe2pwAuqnHftZc89CdBeaqnJw
Bitcoin: 1NNvP3WmCMxebLP47rukCS2LYTmkxMNfEo                    

Extension Basic Information

Name Dogetizer Dogetizer
ID pljieaafopegobhofdbkgiofhgigcgii
Official URL https://chrome.google.com/webstore/detail/dogetizer/pljieaafopegobhofdbkgiofhgigcgii
Description so doge. many page.
File Size 621 KB
Installation Count 49
Current Version 0.0.0.1
Last Updated 2014-02-11
Publish Date 2014-02-11
Rating 3.63/5 Total 8 Ratings
Developer http://drewworthey.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogetizer",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "so doge. many page.",
    "homepage_url": "http:\/\/drewworthey.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "js\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/lexer\/lexer.js",
                "js\/lexer\/lexicon.js",
                "js\/lexer\/POSTagger.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}