IT'S FOOTBALL

It automatically replace 'SOCCER' with 'FOOTBALL'.

O que é IT'S FOOTBALL?

IT'S FOOTBALL é uma extensão do Chrome desenvolvida por Munad Hasan, e sua principal característica é "It automatically replace 'SOCCER' with 'FOOTBALL'.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão IT'S FOOTBALL

Baixe arquivos de extensão IT'S FOOTBALL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Are you annoyed of watching the word 'SOCCER'? Then this extension is for you. All you have to do is download the extension and it will automatically replace all the 'SOCCER' with 'FOOTBALL' in your browser.                    

Informações Básicas da Extensão

Nome IT'S FOOTBALL IT'S FOOTBALL
ID ebfggncmkfjkocnceoleclllclhbjiab
URL Oficial https://chromewebstore.google.com/detail/its-football/ebfggncmkfjkocnceoleclllclhbjiab
Descrição It automatically replace 'SOCCER' with 'FOOTBALL'.
Tamanho do Arquivo 248 KB
Contagem de Instalações 89
Versão Atual 2.4
Última Atualização 2023-03-25
Data de Publicação 2023-02-14
Classificação 5.00/5 Total de 14 Avaliações
Desenvolvedor Munad Hasan
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IT'S FOOTBALL",
    "version": "2.4",
    "author": "Munad Hasan",
    "icons": {
        "128": "icon.png"
    },
    "description": "It automatically replace 'SOCCER' with 'FOOTBALL'.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ]
}