YP Auto Liker

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

YP Auto Liker là gì?

YP Auto Liker là một tiện ích mở rộng Chrome được phát triển bởi Kenjiro Yagi, và tính năng chính của nó là "Automatically likes your friend's photos and marks reviews as Useful".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YP Auto Liker

Tải xuống các tệp mở rộng YP Auto Liker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YP Auto Liker YP Auto Liker
ID hpkikiakgehhhhnlkijnhjbellbojdhi
URL Chính Thức https://chromewebstore.google.com/detail/yp-auto-liker/hpkikiakgehhhhnlkijnhjbellbojdhi
Mô tả Automatically likes your friend's photos and marks reviews as Useful
Kích Thước Tệp 47.89 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-07-11
Ngày Phát Hành 2022-05-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Kenjiro Yagi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}