Memeflag delouser

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

ما هو Memeflag delouser؟

Memeflag delouser هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension automatically hides and marks posters who use memeflags when posting to hide their country of origin.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Memeflag delouser

قم بتنزيل ملفات الامتداد Memeflag delouser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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