He Is Squidward

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

He Is Squidward là gì?

He Is Squidward là một tiện ích mở rộng Chrome được phát triển bởi geva bros., và tính năng chính của nó là "replaces netanyahu with squidward, in websites' text and some images".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng He Is Squidward

Tải xuống các tệp mở rộng He Is Squidward dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên He Is Squidward He Is Squidward
ID pekgceckpophiglibebopgpbhdpcfnod
URL Chính Thức https://chromewebstore.google.com/detail/he-is-squidward/pekgceckpophiglibebopgpbhdpcfnod
Mô tả replaces netanyahu with squidward, in websites' text and some images
Kích Thước Tệp 93.94 KB
Số Lần Cài Đặt 293
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2019-03-15
Ngày Phát Hành 2019-03-10
Đánh Giá 5.00/5 Tổng số 18 Đánh Giá
Nhà Phát Triển geva bros.
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}