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文件

下載Auto Liker! - Likes for you (Tagged)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        -- 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
官方網址 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\/*"
    ]
}