Auto Liker! - Likes for you (Tagged)

Click to like 100 profiles on Tagged.

What is Auto Liker! - Likes for you (Tagged)?

Auto Liker! - Likes for you (Tagged) is a Chrome extension developed by Kort.dev, and its main feature is "Click to like 100 profiles on Tagged.".

Extension Screenshots

screenshot

Download Auto Liker! - Likes for you (Tagged) Extension CRX File

Download Auto Liker! - Likes for you (Tagged) 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

                        -- 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.                    

Extension Basic Information

Name Auto Liker! - Likes for you (Tagged) Auto Liker! - Likes for you (Tagged)
ID dcpbncnnhbekpjjagnbofomcnfaggofa
Official URL https://chromewebstore.google.com/detail/auto-liker-likes-for-you/dcpbncnnhbekpjjagnbofomcnfaggofa
Description Click to like 100 profiles on Tagged.
File Size 9.46 KB
Installation Count 32
Current Version 1.01
Last Updated 2019-03-04
Publish Date 2019-03-04
Rating 3.00/5 Total 2 Ratings
Developer Kort.dev
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}