Mean facebook

This replaces emojis on your facebook with some juicy swearwords. Use responsibly!

Mean facebookとは何ですか?

Mean facebookはjan.jakub.nanistaによって開発されたChromeの拡張機能で、その主な機能は「This replaces emojis on your facebook with some juicy swearwords. Use responsibly!」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Mean facebook Mean facebook
ID eakcbdcbnjcglpmenenmpmlnglbbkjol
公式URL https://chrome.google.com/webstore/detail/mean-facebook/eakcbdcbnjcglpmenenmpmlnglbbkjol
説明 This replaces emojis on your facebook with some juicy swearwords. Use responsibly!
ファイルサイズ 448 KB
インストール数 185
現在のバージョン 1.0.13
最終更新日 2017-01-23
公開日 2017-01-23
評価 5.00/5 合計 33 レビュー
開発者 jan.jakub.nanista
Eメール [email protected]
支払い方法 free
対応言語 en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.13",
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-19.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}