Animation Policy

Run animations only once, or disable animation completely.

O que é Animation Policy?

Animation Policy é uma extensão do Chrome desenvolvida por chrome-a11y-extensions, e sua principal característica é "Run animations only once, or disable animation completely.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Animation Policy

Baixe arquivos de extensão Animation Policy 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

                        Disable all image animations, or make animations run only once.

This extension allows users to control all animations across websites and formats. It works on all animated image formats and animated SVG. Does not affect video.                    

Informações Básicas da Extensão

Nome Animation Policy Animation Policy
ID ncigbofjfbodhkaffojakplpmnleeoee
URL Oficial https://chromewebstore.google.com/detail/animation-policy/ncigbofjfbodhkaffojakplpmnleeoee
Descrição Run animations only once, or disable animation completely.
Tamanho do Arquivo 152 KB
Contagem de Instalações 10,000
Versão Atual 0.2
Última Atualização 2024-03-05
Data de Publicação 2015-04-28
Classificação 3.35/5 Total de 155 Avaliações
Desenvolvedor chrome-a11y-extensions
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://policies.google.com/privacy?hl=en
Idiomas Suportados id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ANIMATION_APPNAME__",
    "version": "0.2",
    "description": "__MSG_ANIMATION_APPDESC__",
    "permissions": [
        "accessibilityFeatures.read",
        "accessibilityFeatures.modify"
    ],
    "action": {
        "default_icon": "animation.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "default_locale": "en"
}