Animation Policy

Run animations only once, or disable animation completely.

Co to jest Animation Policy?

Animation Policy to rozszerzenie Chrome opracowane przez chrome-a11y-extensions, a jego główną funkcją jest „Run animations only once, or disable animation completely.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Animation Policy

Pobierz pliki rozszerzeń Animation Policy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Animation Policy Animation Policy
ID ncigbofjfbodhkaffojakplpmnleeoee
Oficjalny URL https://chromewebstore.google.com/detail/animation-policy/ncigbofjfbodhkaffojakplpmnleeoee
Opis Run animations only once, or disable animation completely.
Rozmiar pliku 152 KB
Liczba instalacji 10,000
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2024-03-05
Data Publikacji 2015-04-28
Ocena 3.35/5 Łącznie 155 Oceny
Deweloper chrome-a11y-extensions
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://policies.google.com/privacy?hl=en
Obsługiwane Języki 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"
}