Ignore Black Friday

Replace all mention of Black Friday with Poop Emoji

ما هو Ignore Black Friday؟

Ignore Black Friday هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Replace all mention of Black Friday with Poop Emoji".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Ignore Black Friday

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

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

                        When the time comes for third wave capitalism to swallow us whole and turn everything we hold dear into a mind-numbing series of *cha ching* sounds, enter this extension. When the time for Black Friday seems to be rung in earlier and earlier every year, we need a way to ignore it. With poop. Yes. One poop emoji per syllable of Black Friday. I thought about replacing the words with "Vapid Capitalism," but poop emoji are more fun. They smile. You're welcome.                    

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

الاسم Ignore Black Friday Ignore Black Friday
ID gnjbepjnalijckocjigofigihefhmndd
عنوان URL الرسمي https://chromewebstore.google.com/detail/ignore-black-friday/gnjbepjnalijckocjigofigihefhmndd
الوصف Replace all mention of Black Friday with Poop Emoji
حجم الملف 83.34 KB
عدد التثبيتات 32
النسخة الحالية 1.0
آخر تحديث 2017-11-21
تاريخ النشر 2017-11-20
تقييم 5.00/5 مجموع تقييمات 2
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ignore Black Friday",
    "description": "Replace all mention of Black Friday with Poop Emoji",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}