YP Auto Liker

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

YP Auto Likerとは何ですか?

YP Auto LikerはKenjiro Yagiによって開発されたChromeの拡張機能で、その主な機能は「Automatically likes your friend's photos and marks reviews as Useful」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

YP Auto Liker拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}