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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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