Invite Post Likers to Like Facebook™ Page
Easily invite users who liked your posts to like your fanpage and grow quickly.
Invite Post Likers to Like Facebook™ Pageとは何ですか?
Invite Post Likers to Like Facebook™ PageはBRIX Maker Studioによって開発されたChromeの拡張機能で、その主な機能は「Easily invite users who liked your posts to like your fanpage and grow quickly.」です。
拡張機能のスクリーンショット
Invite Post Likers to Like Facebook™ Page拡張機能のCRXファイルをダウンロード
Invite Post Likers to Like Facebook™ Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically Invite All Post Likers to Like your Facebook™ Page. If you want to invite your posts likers to like your Facebook™ Page in order to grow new followers and likers on your fanpage, this is the best extension for you. It will allow you to invite post likers automatically while you are doing any other tasks. The features included are the following: – Invite All Post Likers Automatically: With just one click, the tool will start inviting users without any manual input. – Delay Between Each Invite: You can add a random time delay between each invite so your behaviour is more natural and you avoid any kind of blocks or restrictions. – Session Inviting: You can set-up session inviting to make the tool wait a time period after a certain number of invites, so the behaviour looks more natural. – 100% Free and Unlimited: It's 100% free and totally unlimited, so you can enjoy the extension without paying for it. Want to suggest any new feature, Chrome Extension or need support? Send us an email to [email protected] - - - - - If you like the extension, please rate us 5 stars ✩✩✩✩✩ and add a nice comment, as that help us a lot to continue the development of great extensions.
拡張機能の基本情報
名前 | Invite Post Likers to Like Facebook™ Page |
ID | fflgkfikdainjeckdabnmcaabkgfolpf |
公式URL | https://chromewebstore.google.com/detail/invite-post-likers-to-lik/fflgkfikdainjeckdabnmcaabkgfolpf |
説明 | Easily invite users who liked your posts to like your fanpage and grow quickly. |
ファイルサイズ | 1.17 MB |
インストール数 | 10,384 |
現在のバージョン | 1.1.0 |
最終更新日 | 2019-09-01 |
公開日 | 2019-09-01 |
評価 | 2.33/5 合計 27 レビュー |
開発者 | BRIX Maker Studio |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Invite Post Likers to Like Facebook\u2122 Page", "description": "Easily invite users who liked your posts to like your fanpage and grow quickly.", "version": "1.1.0", "browser_action": { "default_title": "FB Inviter" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "activeTab" ], "web_accessible_resources": [ "index.html", "asset-manifest.json", "static\/*", "fonts\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |