Animation Policy

Run animations only once, or disable animation completely.

ما هو Animation Policy؟

Animation Policy هو إضافة Chrome تم تطويرها بواسطة chrome-a11y-extensions، والميزة الرئيسية لها هي "Run animations only once, or disable animation completely.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Animation Policy

قم بتنزيل ملفات الامتداد Animation Policy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Animation Policy Animation Policy
ID ncigbofjfbodhkaffojakplpmnleeoee
عنوان URL الرسمي https://chromewebstore.google.com/detail/animation-policy/ncigbofjfbodhkaffojakplpmnleeoee
الوصف Run animations only once, or disable animation completely.
حجم الملف 152 KB
عدد التثبيتات 10,000
النسخة الحالية 0.2
آخر تحديث 2024-03-05
تاريخ النشر 2015-04-28
تقييم 3.35/5 مجموع تقييمات 155
المطور chrome-a11y-extensions
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://policies.google.com/privacy?hl=en
اللغات المدعومة 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"
}