wootalkFilter

An extension helps you filter boy in wootalk by checking messages

wootalkFilterとは何ですか?

wootalkFilterはai791016ai791016によって開発されたChromeの拡張機能で、その主な機能は「An extension helps you filter boy in wootalk by checking messages」です。

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

screenshot

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

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

拡張機能の使用方法

                        偵測特定字詞過濾男生
An extension helps you filter boy in wootalk by checking messages                    

拡張機能の基本情報

名前 wootalkFilter wootalkFilter
ID beneeofemcnnhfbojicmcmjkedbedcpn
公式URL https://chrome.google.com/webstore/detail/beneeofemcnnhfbojicmcmjkedbedcpn
説明 An extension helps you filter boy in wootalk by checking messages
ファイルサイズ 8.2 KB
インストール数 15
現在のバージョン 1.0.0
最終更新日 2018-10-13
公開日 2018-10-13
開発者 ai791016ai791016
支払い方法 free
対応言語 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "wootalkFilter",
    "description": "An extension helps you filter boy in wootalk by checking messages",
    "version": "1.0.0",
    "browser_action": {
        "default_title": "Wootalk\u904e\u6ffe\u5668",
        "default_locale": "en",
        "default_popup": "popup.html",
        "default_icon": "wootalkIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "wootalkFilter.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}