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”。
擴展截圖
下載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 |
ID | hpkikiakgehhhhnlkijnhjbellbojdhi |
官方網址 | 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" } } |