Animation Policy

Run animations only once, or disable animation completely.

What is Animation Policy?

Animation Policy is a Chrome extension developed by chrome-a11y-extensions, and its main feature is "Run animations only once, or disable animation completely.".

Extension Screenshots

screenshot

Download Animation Policy Extension CRX File

Download Animation Policy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Animation Policy Animation Policy
ID ncigbofjfbodhkaffojakplpmnleeoee
Official URL https://chromewebstore.google.com/detail/animation-policy/ncigbofjfbodhkaffojakplpmnleeoee
Description Run animations only once, or disable animation completely.
File Size 152 KB
Installation Count 10,000
Current Version 0.2
Last Updated 2024-03-05
Publish Date 2015-04-28
Rating 3.35/5 Total 155 Ratings
Developer chrome-a11y-extensions
Email [email protected]
Payment Type free
Privacy Policy Page URL https://policies.google.com/privacy?hl=en
Supported Languages 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"
}