Fast Follows
Boost your social media engagement with automation.
Fast Follows क्या है?
Fast Follows Rutkat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost your social media engagement with automation."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fast Follows एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" } } |