Facebook Giveaway Helper
Help you to choose the number which is not commented on facebook post.
What is Facebook Giveaway Helper?
Facebook Giveaway Helper is a Chrome extension developed by Skick, and its main feature is "Help you to choose the number which is not commented on facebook post.".
Extension Screenshots
Download Facebook Giveaway Helper Extension CRX File
Download Facebook Giveaway Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A extension help you to choose number to comment on a Facebook post. You can add extra text, tag some friends, choose randomly a uncommented number or check if your number is commented.
Extension Basic Information
Name | Facebook Giveaway Helper |
ID | ignalnlejlpkflmjecncpifdnmdjliba |
Official URL | https://chrome.google.com/webstore/detail/ignalnlejlpkflmjecncpifdnmdjliba |
Description | Help you to choose the number which is not commented on facebook post. |
File Size | 103 KB |
Installation Count | 39 |
Current Version | 3.0 |
Last Updated | 2021-06-03 |
Publish Date | 2020-02-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Skick |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook Giveaway Helper", "version": "3.0", "description": "Help you to choose the number which is not commented on facebook post.", "permissions": [ "activeTab", "https:\/\/*.facebook.com\/*" ], "background": { "scripts": [ "jquery.js", "bootstrap.min.js", "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "manifest_version": 2 } |