YP Auto Liker

Automatically likes your friend's photos and marks reviews as Useful

What is YP Auto Liker?

YP Auto Liker is a Chrome extension developed by Kenjiro Yagi, and its main feature is "Automatically likes your friend's photos and marks reviews as Useful".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download YP Auto Liker Extension CRX File

Download YP Auto Liker 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

                        YP Auto Liker Chrome Extension will automatically like all your friends photos and check-ins.  It will also mark your friends reviews as Useful

Very handy tool and it's all free!

I DO NOT collect ANY data.


If anything is not working, please tweet me @kenjitweet or just contact me and I'll get right on it!                    

Extension Basic Information

Name YP Auto Liker YP Auto Liker
ID hpkikiakgehhhhnlkijnhjbellbojdhi
Official URL https://chromewebstore.google.com/detail/yp-auto-liker/hpkikiakgehhhhnlkijnhjbellbojdhi
Description Automatically likes your friend's photos and marks reviews as Useful
File Size 47.89 KB
Installation Count 29
Current Version 1.0.3
Last Updated 2022-07-11
Publish Date 2022-05-10
Rating 5.00/5 Total 2 Ratings
Developer Kenjiro Yagi
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YP Auto Liker",
    "description": "Automatically likes your friend's photos and marks reviews as Useful",
    "version": "1.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/yelpautolike16.png",
            "32": "\/images\/yelpautolike32.png",
            "48": "\/images\/yelpautolike48.png",
            "128": "\/images\/yelpautolikeicon128.png"
        }
    },
    "icons": {
        "16": "\/images\/yelpautolike16.png",
        "32": "\/images\/yelpautolike32.png",
        "48": "\/images\/yelpautolike48.png",
        "128": "\/images\/yelpautolikeicon128.png"
    }
}