He Is Squidward

replaces netanyahu with squidward, in websites' text and some images

ما هو He Is Squidward؟

He Is Squidward هو إضافة Chrome تم تطويرها بواسطة geva bros.، والميزة الرئيسية لها هي "replaces netanyahu with squidward, in websites' text and some images".

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

screenshot

تحميل ملف CRX للإضافة He Is Squidward

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

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

                        Replaces 'Netanyahu' name with 'Sqwidward' and replaces some of Netanyahu's pictures with squidward images.

He Is Squidward automatically replaces all instances of the text "Netanyahu" and "Bibi" with "squidward" and replaces some of Bibis pictures with squidward".                    

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

الاسم He Is Squidward He Is Squidward
ID pekgceckpophiglibebopgpbhdpcfnod
عنوان URL الرسمي https://chromewebstore.google.com/detail/he-is-squidward/pekgceckpophiglibebopgpbhdpcfnod
الوصف replaces netanyahu with squidward, in websites' text and some images
حجم الملف 93.94 KB
عدد التثبيتات 293
النسخة الحالية 0.3
آخر تحديث 2019-03-15
تاريخ النشر 2019-03-10
تقييم 5.00/5 مجموع تقييمات 18
المطور geva bros.
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "He Is Squidward",
    "description": "replaces netanyahu with squidward, in websites' text and some images",
    "version": "0.3",
    "icons": {
        "16": "squidward_1.png",
        "48": "squidward_1.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "squidward_1.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webNavigation"
    ]
}