Animation Policy

Run animations only once, or disable animation completely.

Vad är Animation Policy?

Animation Policy är en Chrome-tillägg utvecklad av chrome-a11y-extensions, och dess huvudfunktion är "Run animations only once, or disable animation completely.".

Tilläggsskärmbilder

screenshot

Ladda ner Animation Policy-förlängningens CRX-fil

Ladda ner Animation Policy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Animation Policy Animation Policy
ID ncigbofjfbodhkaffojakplpmnleeoee
Officiell webbadress https://chromewebstore.google.com/detail/animation-policy/ncigbofjfbodhkaffojakplpmnleeoee
Beskrivning Run animations only once, or disable animation completely.
Filstorlek 152 KB
Antal Installationer 10,000
Aktuell Version 0.2
Senast Uppdaterad 2024-03-05
Publiceringsdatum 2015-04-28
Betyg 3.35/5 Totalt 155 Betyg
Utvecklare chrome-a11y-extensions
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://policies.google.com/privacy?hl=en
Stödda Språk 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"
}