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"
            ]
        }
    ]
}