Fast Follows
Boost your social media engagement with automation.
什麼是Fast Follows?
Fast Follows是由Rutkat開發的Chrome擴展程式,該擴展的主要功能是“Boost your social media engagement with automation.”。
擴展截圖
下載Fast Follows擴展crx文件
下載Fast Follows擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automate follows on social media platforms. Platforms currently support which may change any time in this extension are: twitter.com soundcloud.com medium.com quora.com pinterest.com linkedin.com 3 EASY STEPS 1. Login to the platform supported by this extension. 2. Navigate to user's account then the subpage of the user's followers. 3. Click the query page button to follow the users visible on the page.
擴展基本資訊
名稱 | |
ID | cafemfapekdlffilmheplelhnjljfkoe |
官方網址 | https://chromewebstore.google.com/detail/fast-follows/cafemfapekdlffilmheplelhnjljfkoe |
簡介 | Boost your social media engagement with automation. |
檔案大小 | 18.24 KB |
安裝次數 | 24 |
目前版本 | 1.0.0 |
更新時間 | 2019-08-29 |
上架時間 | 2019-08-28 |
開發者 | Rutkat |
付費類型 | free |
擴展官網 | http://runastartup.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Follows", "description": "Boost your social media engagement with automation.", "version": "1.0.0", "icons": { "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "permissions": [ "activeTab", "tabs", "notifications", "contextMenus" ], "background": { "scripts": [ "constants\/contextStrings.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.soundcloud.com\/*", "*:\/\/*.medium.com\/*", "*:\/\/*.quora.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.linkedin.com\/*" ], "js": [ "constants\/domainList.js", "content.js" ] } ], "page_action": { "default_title": "Automate Follows", "default_icon": "images\/icon-128.png", "default_popup": "popup.html" } } |