Cenamatic

Automatic Cena.

What is Cenamatic?

Cenamatic is a Chrome extension developed by Rojikku, and its main feature is "Automatic Cena.".

Extension Screenshots

Download Cenamatic Extension CRX File

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

                        Really shitty addon that messes with HTML5 sources to replace them with a really loud John Cena video                    

Extension Basic Information

Name Cenamatic Cenamatic
ID kohedmkeahkfbjcbcogjpoliboldaeda
Official URL https://chromewebstore.google.com/detail/cenamatic/kohedmkeahkfbjcbcogjpoliboldaeda
Description Automatic Cena.
File Size 1.11 MB
Installation Count 40
Current Version 0.1
Last Updated 2017-02-19
Publish Date 2017-02-18
Developer Rojikku
Payment Type free
Extension Website https://github.com/Rojikku/Cenamatic
Help Page URL https://github.com/Rojikku/Cenamatic/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cenamatic",
    "version": "0.1",
    "description": "Automatic Cena.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-2.2.4.js",
                "cena.js"
            ]
        }
    ]
}