Auto Like

The app to auto like on social medias

What is Auto Like?

Auto Like is a Chrome extension developed by jadirjsjunior, and its main feature is "The app to auto like on social medias".

Extension Screenshots

screenshot

Download Auto Like Extension CRX File

Download Auto Like extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Uma extensão para gerenciar e curtir novos contatos no tinder e bumble                    

Extension Basic Information

Name Auto Like Auto Like
ID gmfoblchbkceknhddiogmdfkdpmmcmlg
Official URL https://chrome.google.com/webstore/detail/auto-like/gmfoblchbkceknhddiogmdfkdpmmcmlg
Description The app to auto like on social medias
File Size 144 KB
Installation Count 177
Current Version 1.1.1
Last Updated 2021-04-01
Publish Date 2021-03-29
Rating 3.67/5 Total 3 Ratings
Developer jadirjsjunior
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Like",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "The app to auto like on social medias",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png",
        "512": "logo512.png"
    },
    "browser_action": {
        "default_icon": "logo512.png",
        "default_popup": "popup.html",
        "default_title": "Auto Like"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/tinder.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}