Fart Attack

Make every link on the web fart on click/hover!

O que é Fart Attack?

Fart Attack é uma extensão do Chrome desenvolvida por https://farts.link, e sua principal característica é "Make every link on the web fart on click/hover!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fart Attack

Baixe arquivos de extensão Fart Attack 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

                        Prank your friends (soon to be ex-friends) when they leave their computer unlocked by making every link and button fart on click and hover.

— How to use it?
1. Install the extension on your friend's computer.
2. Set your preferred settings using the extension's menu.
3. Watch your friend's reaction while he/she browse the internet.                    

Informações Básicas da Extensão

Nome Fart Attack Fart Attack
ID ncodfadkoblpfngolndehmjpjepepdao
URL Oficial https://chromewebstore.google.com/detail/fart-attack/ncodfadkoblpfngolndehmjpjepepdao
Descrição Make every link on the web fart on click/hover!
Tamanho do Arquivo 403 KB
Contagem de Instalações 12,662
Versão Atual 1.0
Última Atualização 2019-05-14
Data de Publicação 2019-05-13
Classificação 2.91/5 Total de 22 Avaliações
Desenvolvedor https://farts.link
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://farts.link/#faq
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fart Attack",
    "description": "Make every link on the web fart on click\/hover!",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/fart_attack_icon-128.png",
        "48": "images\/fart_attack_icon-48.png",
        "16": "images\/fart_attack_icon-16.png"
    },
    "browser_action": {
        "default_icon": "images\/fart_attack_icon-128.png",
        "default_popup": "popup.html",
        "default_title": "Fart Attack \ud83d\udca9"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "sounds\/mp3\/*.mp3",
        "sounds\/ogg\/*.ogg"
    ]
}