Marvel-DC Blocker

Remove any shitty post about Marvel/DC universe from Facebook.

ما هو Marvel-DC Blocker؟

Marvel-DC Blocker هو إضافة Chrome تم تطويرها بواسطة Fernando Paladini، والميزة الرئيسية لها هي "Remove any shitty post about Marvel/DC universe from Facebook.".

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

screenshot

تحميل ملف CRX للإضافة Marvel-DC Blocker

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

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

                        Chrome Extension that removes all Facebook posts that mention any shit from Marvel or DC universe. 

For unknown reasons (during my childhood and probably related to my parents), I don't like anything related to super heroes. I know that most of you like movies and comics about heroes from Marvel and DC - and I respect it, but I personally don't like it. I mean, I really don't like it. It make me feel angry. Very. Angry.

Summarizing, I don't want to see anything related to "Civil War", "#TeamIronMan", "#TeamCap" or any shitty post from Marvel / DC universe in my Facebook. If you neither, then download this extension and be happy :)                    

معلومات أساسية عن التمديد

الاسم Marvel-DC Blocker Marvel-DC Blocker
ID bjmlbgigclhoakjnkmpmlolgogjeinmf
عنوان URL الرسمي https://chromewebstore.google.com/detail/marvel-dc-blocker/bjmlbgigclhoakjnkmpmlolgogjeinmf
الوصف Remove any shitty post about Marvel/DC universe from Facebook.
حجم الملف 15.03 KB
عدد التثبيتات 24
النسخة الحالية 1.0
آخر تحديث 2016-03-26
تاريخ النشر 2016-03-25
تقييم 2.00/5 مجموع تقييمات 4
المطور Fernando Paladini
نوع الدفع free
موقع الإضافة https://github.com/paladini/marveldc_blocker
عنوان صفحة المساعدة https://github.com/paladini/marveldc_blocker/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marvel-DC Blocker",
    "description": "Remove any shitty post about Marvel\/DC universe from Facebook.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/facebook_filter.js"
            ]
        }
    ]
}