SpacePugSafeSpace: based on #MAKA

Replaces images of Weinstein / Louis CK / Cosby / etc. with an image of a pug in space, because seriously, f*** those guys.

ما هو SpacePugSafeSpace: based on #MAKA؟

SpacePugSafeSpace: based on #MAKA هو إضافة Chrome تم تطويرها بواسطة jennwelch، والميزة الرئيسية لها هي "Replaces images of Weinstein / Louis CK / Cosby / etc. with an image of a pug in space, because seriously, f*** those guys.".

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

screenshot

تحميل ملف CRX للإضافة SpacePugSafeSpace: based on #MAKA

قم بتنزيل ملفات الامتداد SpacePugSafeSpace: based on #MAKA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Version 1.2.15 Notes
Added keywords for Brett Kavanaugh to master blacklist.                    

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

الاسم SpacePugSafeSpace: based on #MAKA SpacePugSafeSpace: based on #MAKA
ID kdlopphejeppjhhpibfmedemeldifgfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/spacepugsafespace-based-o/kdlopphejeppjhhpibfmedemeldifgfl
الوصف Replaces images of Weinstein / Louis CK / Cosby / etc. with an image of a pug in space, because seriously, f*** those guys.
حجم الملف 2.73 MB
عدد التثبيتات 23
النسخة الحالية 1.2.15
آخر تحديث 2018-09-18
تاريخ النشر 2018-09-18
تقييم 5.00/5 مجموع تقييمات 4
المطور jennwelch
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpacePugSafeSpace: based on #MAKA",
    "description": "Replaces images of Weinstein \/ Louis CK \/ Cosby \/ etc. with an image of a pug in space, because seriously, f*** those guys.",
    "version": "1.2.15",
    "options_page": "pzssoptions.html",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "#spss",
        "default_popup": "pzssoptions.html"
    },
    "background": {
        "scripts": [
            "setpzssmenu.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "maka.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "kittens\/*.jpg"
    ]
}