Memeflag delouser

This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.

Memeflag delouserとは何ですか?

Memeflag delouserはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension automatically hides and marks posters who try to hide their country of origin.                    

拡張機能の基本情報

名前 Memeflag delouser Memeflag delouser
ID mcdkjljdeoejnmbccbcnckfofgfoimnf
公式URL https://chromewebstore.google.com/detail/memeflag-delouser/mcdkjljdeoejnmbccbcnckfofgfoimnf
説明 This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.
ファイルサイズ 58.68 KB
インストール数 106
現在のバージョン 1.3
最終更新日 2019-04-15
公開日 2019-04-15
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/DelouseMemeFlags/MemeflagDelouser
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memeflag delouser",
    "version": "1.3",
    "manifest_version": 2,
    "description": "This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.",
    "homepage_url": "https:\/\/github.com\/DelouseMemeFlags\/MemeflagDelouser",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/*.4chan.org\/*",
        "https:\/\/*.4chan.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.4chan.org\/*",
                "https:\/\/*.4chan.org\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*.4chan.org\/*",
                "https:\/\/*.4chan.org\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}