HelloHooman

We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!

HelloHoomanとは何ですか?

HelloHoomanはhttps://www.epigra.comによって開発されたChromeの拡張機能で、その主な機能は「We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        We wanted to draw attention to World Animal Day. So we decided to transform our beloved smileys to cat emojis. 

So in every page you enter, you will see cat emojis instead of smileys. 

What you waiting for hooman! 

Meowload now!                    

拡張機能の基本情報

名前 HelloHooman HelloHooman
ID dagggdnknmmgjedpohekiclcnakbfnpf
公式URL https://chromewebstore.google.com/detail/hellohooman/dagggdnknmmgjedpohekiclcnakbfnpf
説明 We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!
ファイルサイズ 47.48 KB
インストール数 21
現在のバージョン 3
最終更新日 2017-10-03
公開日 2017-10-03
評価 5.00/5 合計 2 レビュー
開発者 https://www.epigra.com
支払い方法 free
拡張機能のウェブサイト http://hellohooman.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HelloHooman",
    "description": "We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!",
    "version": "3",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}