Mairena Mania

Replace all photos to Carmen Mairena

What is Mairena Mania?

Mairena Mania is a Chrome extension developed by Extensions Happy, and its main feature is "Replace all photos to Carmen Mairena".

Extension Screenshots

screenshot
screenshot
screenshot

Download Mairena Mania Extension CRX File

Download Mairena Mania 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

                        Replaces all images on all pages to Carmen de Mairena.                    

Extension Basic Information

Name Mairena Mania Mairena Mania
ID kafdpdfidjdingacbnlcneheopehkoac
Official URL https://chromewebstore.google.com/detail/mairena-mania/kafdpdfidjdingacbnlcneheopehkoac
Description Replace all photos to Carmen Mairena
File Size 43.52 KB
Installation Count 12
Current Version 1.2
Last Updated 2022-05-08
Publish Date 2018-05-06
Rating 5.00/5 Total 3 Ratings
Developer Extensions Happy
Email [email protected]
Payment Type free
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mairena Mania",
    "description": "Replace all photos to Carmen Mairena",
    "version": "1.2",
    "icons": {
        "128": "128.png",
        "16": "16.png"
    },
    "permissions": [
        "storage",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "cdemairena.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Mairena Mania",
        "default_icon": {
            "16": "16.png",
            "128": "128.png"
        }
    },
    "manifest_version": 2
}