Feed Engager
Feed Engager Chrome Extension
什麼是Feed Engager?
Feed Engager是由Maker開發的Chrome擴展程式,該擴展的主要功能是“Feed Engager Chrome Extension”。
擴展截圖
下載Feed Engager擴展crx文件
下載Feed Engager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Friend Approver helps you to send welcome message to people who has send you a friend request. You can ask the people who has send you a request to respond back so only people who really need to connect with you responds back and you can decline all other requests.
Logs
Minor Bug Fixed 擴展基本資訊
| 名稱 | |
| ID | hmjopaiaefcegedmgfbhlhmkdekfkacd |
| 官方網址 | https://chromewebstore.google.com/detail/feed-engager/hmjopaiaefcegedmgfbhlhmkdekfkacd |
| 簡介 | Feed Engager Chrome Extension |
| 檔案大小 | 1.33 MB |
| 安裝次數 | 86 |
| 目前版本 | 1.0.5 |
| 更新時間 | 2021-06-26 |
| 上架時間 | 2020-07-05 |
| 開發者 | Maker |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.offerlevels.com/friend-approver |
| 隱私政策頁面URL | https://automatics.one/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Feed Engager Chrome Extension",
"version": "1.0.5",
"name": "Feed Engager",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "128.png"
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/m.facebook.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"permissions": [
"tabs",
" | |