Lottie Grabber

Discover and download Lottie files used on a page

Lottie Grabber क्या है?

Lottie Grabber jawish द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover and download Lottie files used on a page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lottie Grabber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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
    }
}