Auto Like

The app to auto like on social medias

Wat is Auto Like?

Auto Like is een Chrome-extensie ontwikkeld door jadirjsjunior, en de belangrijkste functie is "The app to auto like on social medias".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto Like

Download Auto Like-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Auto Like Auto Like
ID gmfoblchbkceknhddiogmdfkdpmmcmlg
Officiële URL https://chrome.google.com/webstore/detail/auto-like/gmfoblchbkceknhddiogmdfkdpmmcmlg
Beschrijving The app to auto like on social medias
Bestandsgrootte 144 KB
Aantal Installaties 177
Huidige Versie 1.1.1
Laatst Bijgewerkt 2021-04-01
Publicatiedatum 2021-03-29
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar jadirjsjunior
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}