Likes Exporter

A chrome extension made for people who want to export likes from Instagram into csv.

Likes Exporter क्या है?

Likes Exporter https://getwebooster.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension made for people who want to export likes from Instagram into csv."।

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

screenshot
screenshot

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

crx प्रारूप में Likes Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Best Instagram tool made for people who want to export IG likes into CSV.

A brilliant Instagram likes export tool that allows you to quickly export Instagram likes to CSV with just one click.

How it works?
1. Enter a Instagram post URL
2. Click the export button

What fields you can export?
#followed_by_viewer
#full_name
#user id
#is_verified
#profile_pic_url
#requested_by_viewer
#username

Data Privacy:
All data processing is performed locally on your computer; it never goes through our web server, ensuring complete privacy and security.

Important note:
Likes Exporter for IG operates on a freemium model, allowing you to export up to 100 likes per post for free. If you need more, consider upgrading.                    

एक्सटेंशन की मूल जानकारी

नाम Likes Exporter Likes Exporter
ID hcdnbmbdfhhfjejboimdelpfjielfnde
आधिकारिक URL https://chromewebstore.google.com/detail/likes-exporter/hcdnbmbdfhhfjejboimdelpfjielfnde
विवरण A chrome extension made for people who want to export likes from Instagram into csv.
फ़ाइल का आकार 2.03 MB
स्थापना संख्या 6,149
वर्तमान संस्करण 1.0.16
अंतिम अपडेट 2024-01-25
प्रकाशन तिथि 2021-04-03
रेटिंग 3.77/5 कुल 22 रेटिंग्स
डेवलपर https://getwebooster.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://likesexporter.getwebooster.com/
गोपनीयता नीति पृष्ठ URL https://getwebooster.com/privacy-policy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,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",
    "description": "__MSG_appDesc__",
    "version": "1.0.16",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.getwebooster.com\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "contentScript.js"
            ],
            "css": [
                "libs\/style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApNDrAa4dIKp\/6iWTXWxDCzz6c62nzGGMzdA0FKZ4HHHndhSqUNJKjV7OKgEq4wn2dUwFyyHLYtNMA7LnnD3xaBq6l2PXpeyFr\/ZAGvQUuNnPY6wpwVD\/bwwD8LKfFiuE9WI3cjflATu1dQPRaC6jTxy+B8h\/3+C3AIGujH7erHny1kNnazZaTb4Qta7eRfqoRpALjn3hDagyj5oVzKtZIXbBMOpfZCoyZlcYJ3SBrdW8eRCWwgdBddFrtoLUmgUT7Lkt12yHrURUKmtjR4mJUzOlbYWhtfUMfZZKVNmGVOJ0vzK\/Xd7p\/JZAEcMw9qf82PBxe4czL+jqNhr42vsh8wIDAQAB",
    "oauth2": {
        "client_id": "1094451109133-9furj5nap5hl6i5k3lhq5de166ekig3h.apps.googleusercontent.com",
        "web_client_id": "738301887624-748srkpj6e0em7rlhnjra8uv9u4k4mrf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/*"
            ],
            "matches": []
        }
    ]
}