Animation Policy

Run animations only once, or disable animation completely.

Hvad er Animation Policy?

Animation Policy er en Chrome-udvidelse udviklet af chrome-a11y-extensions, og dens hovedfunktion er "Run animations only once, or disable animation completely.".

Udvidelsesskærmbilleder

screenshot

Download Animation Policy-udvidelses-CRX-fil

Download Animation Policy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Animation Policy Animation Policy
ID ncigbofjfbodhkaffojakplpmnleeoee
Officiel URL https://chromewebstore.google.com/detail/animation-policy/ncigbofjfbodhkaffojakplpmnleeoee
Beskrivelse Run animations only once, or disable animation completely.
Filstørrelse 152 KB
Antal Installationer 10,000
Nuværende Version 0.2
Senest Opdateret 2024-03-05
Udgivelsesdato 2015-04-28
Bedømmelse 3.35/5 Samlet 155 Bedømmelser
Udvikler chrome-a11y-extensions
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://policies.google.com/privacy?hl=en
Understøttede Sprog 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"
}