YP Auto Liker

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

YP Auto Liker क्या है?

YP Auto Liker Kenjiro Yagi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically likes your friend's photos and marks reviews as Useful"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YP Auto Liker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}