Cenamatic

Automatic Cena.

Hvad er Cenamatic?

Cenamatic er en Chrome-udvidelse udviklet af Rojikku, og dens hovedfunktion er "Automatic Cena.".

Udvidelsesskærmbilleder

Download Cenamatic-udvidelses-CRX-fil

Download Cenamatic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Cenamatic Cenamatic
ID kohedmkeahkfbjcbcogjpoliboldaeda
Officiel URL https://chromewebstore.google.com/detail/cenamatic/kohedmkeahkfbjcbcogjpoliboldaeda
Beskrivelse Automatic Cena.
Filstørrelse 1.11 MB
Antal Installationer 40
Nuværende Version 0.1
Senest Opdateret 2017-02-19
Udgivelsesdato 2017-02-18
Udvikler Rojikku
Betalingsmetode free
Udvidelseswebsted https://github.com/Rojikku/Cenamatic
Hjælpeside-URL https://github.com/Rojikku/Cenamatic/issues
Understøttede Sprog 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"
            ]
        }
    ]
}