Animation Policy
Run animations only once, or disable animation completely.
Wat is Animation Policy?
Animation Policy is een Chrome-extensie ontwikkeld door chrome-a11y-extensions, en de belangrijkste functie is "Run animations only once, or disable animation completely.".
Extensie Screenshots
Download het CRX-bestand van de extensie Animation Policy
Download Animation Policy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Animation Policy |
ID | ncigbofjfbodhkaffojakplpmnleeoee |
Officiële URL | https://chromewebstore.google.com/detail/animation-policy/ncigbofjfbodhkaffojakplpmnleeoee |
Beschrijving | Run animations only once, or disable animation completely. |
Bestandsgrootte | 152 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2024-03-05 |
Publicatiedatum | 2015-04-28 |
Beoordeling | 3.35/5 Totaal 155 Beoordelingen |
Ontwikkelaar | chrome-a11y-extensions |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://policies.google.com/privacy?hl=en |
Ondersteunde Talen | 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" } |