Mairena Mania

Replace all photos to Carmen Mairena

Mairena Maniaとは何ですか?

Mairena ManiaはExtensions Happyによって開発されたChromeの拡張機能で、その主な機能は「Replace all photos to Carmen Mairena」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Mairena Mania拡張機能のCRXファイルをダウンロード

Mairena Mania拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replaces all images on all pages to Carmen de Mairena.                    

拡張機能の基本情報

名前 Mairena Mania Mairena Mania
ID kafdpdfidjdingacbnlcneheopehkoac
公式URL https://chromewebstore.google.com/detail/mairena-mania/kafdpdfidjdingacbnlcneheopehkoac
説明 Replace all photos to Carmen Mairena
ファイルサイズ 43.52 KB
インストール数 12
現在のバージョン 1.2
最終更新日 2022-05-08
公開日 2018-05-06
評価 5.00/5 合計 3 レビュー
開発者 Extensions Happy
Eメール [email protected]
支払い方法 free
対応言語 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
}