Auto Like Tinder, Bumble e OkCupid

Auto Like (Swipe) para Tinder, Bumble e OkCupid

Auto Like Tinder, Bumble e OkCupid란 무엇입니까?

Auto Like Tinder, Bumble e OkCupid은(는) thalles.domician에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto Like (Swipe) para Tinder, Bumble e OkCupid"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Auto Like Tinder, Bumble e OkCupid 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Cansando de ficar deslizando e clicando nas imagens para encontrar o amor da sua vida?
Fique tranquilo!
Utilize o Auto Like para o Tinder, Bumble e OkCupid!
É fácil, basta acessar tinder.com, bumble.com ou okcupid.com atualizar a página e clicar no coração que aparece no canto direito superior da tela!
Caso queira pausar, só clicar novamente no coração!
Seja feliz!                    

확장 프로그램 기본 정보

이름 Auto Like Tinder, Bumble e OkCupid Auto Like Tinder, Bumble e OkCupid
ID fgacoenbkimpkepgeloidajapfhldoai
공식 URL https://chrome.google.com/webstore/detail/auto-like-tinder-bumble-e/fgacoenbkimpkepgeloidajapfhldoai
설명 Auto Like (Swipe) para Tinder, Bumble e OkCupid
파일 크기 18.24 KB
설치 횟수 200
현재 버전 0.1.2
최근 업데이트 2020-06-05
출시 날짜 2020-06-05
평점 2.00/5 총 4 개의 평점
개발자 thalles.domician
결제 유형 free
확장 프로그램 웹 사이트 https://thalles.ninja
도움말 페이지 URL https://thalles.ninja
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "Auto Like Tinder, Bumble e OkCupid",
    "description": "Auto Like (Swipe) para Tinder, Bumble e OkCupid",
    "author": "Thalles Domician",
    "web_accessible_resources": [
        "img\/heart.svg"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/*",
                "https:\/\/bumble.com\/*",
                "https:\/\/www.okcupid.com\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Auto Liker",
        "default_icon": {
            "16": "img\/icon\/16.png",
            "32": "img\/icon\/32.png",
            "48": "img\/icon\/48.png",
            "128": "img\/icon\/128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icon\/16.png",
        "48": "img\/icon\/48.png",
        "128": "img\/icon\/128.png"
    },
    "permissions": [
        "tabs"
    ]
}