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拡張機能をインストールします。
拡張機能の使用方法
Feed Enager helps you to engage with the posts shown on your facebook feed so you don’t have to engage with them manually spending hours. You can use Feed Enager to automate this process and save a lot of time.
拡張機能の基本情報
名前 | Feed Engager |
ID | aliaaedmagipecagfajiepgpgpfnnbeo |
公式URL | https://chromewebstore.google.com/detail/feed-engager/aliaaedmagipecagfajiepgpgpfnnbeo |
説明 | Feed Engager Chrome Extension |
ファイルサイズ | 1.33 MB |
インストール数 | 75 |
現在のバージョン | 0.0.6 |
最終更新日 | 2021-06-26 |
公開日 | 2021-05-18 |
開発者 | Maker |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://automatics.one/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Feed Engager Chrome Extension", "version": "0.0.6", "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", " |