Lottie Grabber

Discover and download Lottie files used on a page

ما هو Lottie Grabber؟

Lottie Grabber هو إضافة Chrome تم تطويرها بواسطة jawish، والميزة الرئيسية لها هي "Discover and download Lottie files used on a page".

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

screenshot

تحميل ملف CRX للإضافة Lottie Grabber

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

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

                        Discover Lottie animation JSON files used on websites. Extension lights up with the number of detected Lottie JSON files on a page and lists down the animations for downloading, copying and editing.                    

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

الاسم Lottie Grabber Lottie Grabber
ID picecooepnneofbeikgdaiebdlcenafn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/lottie-grabber/picecooepnneofbeikgdaiebdlcenafn
الوصف Discover and download Lottie files used on a page
حجم الملف 185 KB
عدد التثبيتات 3,659
النسخة الحالية 3.0.0
آخر تحديث 2020-07-16
تاريخ النشر 2020-07-16
تقييم 2.50/5 مجموع تقييمات 8
المطور jawish
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jawish/webextension-lottie-grabber
عنوان صفحة المساعدة https://github.com/jawish/webextension-lottie-grabber/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lottie Grabber",
    "version": "3.0.0",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Discover and download Lottie files used on a page",
    "homepage_url": "https:\/\/github.com\/jawish\/webextension-lottie-grabber",
    "short_name": "Lottie Grabber",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Lottie Grabber",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": true
    }
}