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