YP Auto Liker

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

YP Auto Likerคืออะไร?

YP Auto Liker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kenjiro Yagi และคุณลักษณะหลักของมันคือ "Automatically likes your friend's photos and marks reviews as Useful"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YP Auto Liker

ดาวน์โหลดไฟล์ส่วนขยาย YP Auto Liker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YP Auto Liker YP Auto Liker
ID hpkikiakgehhhhnlkijnhjbellbojdhi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yp-auto-liker/hpkikiakgehhhhnlkijnhjbellbojdhi
คำอธิบาย Automatically likes your friend's photos and marks reviews as Useful
ขนาดไฟล์ 47.89 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-07-11
วันที่เผยแพร่ 2022-05-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Kenjiro Yagi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}