Animation Policy
Run animations only once, or disable animation completely.
Qu'est-ce que Animation Policy ?
Animation Policy est une extension Chrome développée par chrome-a11y-extensions, et sa fonction principale est "Run animations only once, or disable animation completely.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Animation Policy
Téléchargez les fichiers d'extension Animation Policy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Animation Policy |
ID | ncigbofjfbodhkaffojakplpmnleeoee |
URL Officiel | https://chromewebstore.google.com/detail/animation-policy/ncigbofjfbodhkaffojakplpmnleeoee |
Description | Run animations only once, or disable animation completely. |
Taille du Fichier | 152 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2024-03-05 |
Date de Publication | 2015-04-28 |
Évaluation | 3.35/5 Total 155 Évaluations |
Développeur | chrome-a11y-extensions |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://policies.google.com/privacy?hl=en |
Langues Prises en Charge | 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" } |