Auto Liker! - Likes for you (Tagged)

Click to like 100 profiles on Tagged.

Auto Liker! - Likes for you (Tagged)란 무엇입니까?

Auto Liker! - Likes for you (Tagged)은(는) Kort.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to like 100 profiles on Tagged."입니다.

확장 프로그램 스크린샷

screenshot

Auto Liker! - Likes for you (Tagged) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        -- Works with the latest Tagged update ---

Numb fingers from swiping? Like 010 users with one click!

This is an easy to use extension. It only works on Tagged.com. After installing, go to the site, log in go to Meet Me and click the heart icon next to the address bar. 100 profiles will automatically be liked. 

Every click on the icon initiates 100 likes; click the icon & leave the tab open. You can just browse other sites while the extension is liking for you.

Good luck ;-)

If you have a questions or suggestions please contact support and don't forget to leave a review.

NOTE: Tagged™ is a trademark of Tagged Inc., All rights reserved. 
This extension has no affiliation to the Tagged trademark or any product of Tagged Inc.
Use at own risk. Developer is not responsible for any problems or issues caused by using the extension.                    

확장 프로그램 기본 정보

이름 Auto Liker! - Likes for you (Tagged) Auto Liker! - Likes for you (Tagged)
ID dcpbncnnhbekpjjagnbofomcnfaggofa
공식 URL https://chromewebstore.google.com/detail/auto-liker-likes-for-you/dcpbncnnhbekpjjagnbofomcnfaggofa
설명 Click to like 100 profiles on Tagged.
파일 크기 9.46 KB
설치 횟수 32
현재 버전 1.01
최근 업데이트 2019-03-04
출시 날짜 2019-03-04
평점 3.00/5 총 2 개의 평점
개발자 Kort.dev
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Liker! - Likes for you (Tagged)",
    "short_name": "Auto Liker! - Tagged",
    "version": "1.01",
    "description": "Click to like 100 profiles on Tagged.",
    "manifest_version": 2,
    "browser_action": {
        "name": "Click to like 100 profiles"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.tagged.com\/*"
    ]
}