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
拡張機能の基本情報
名前 | Feed Engager |
ID | hmjopaiaefcegedmgfbhlhmkdekfkacd |
公式URL | 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 |
Eメール | [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", " |