Facebook Giveaway Helper
Help you to choose the number which is not commented on facebook post.
什么是Facebook Giveaway Helper?
Facebook Giveaway Helper是由Skick开发的Chrome扩展程序,该扩展的主要功能是“Help you to choose the number which is not commented on facebook post.”。
扩展截图
下载Facebook Giveaway Helper扩展crx文件
下载Facebook Giveaway Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Facebook Giveaway Helper |
ID | ignalnlejlpkflmjecncpifdnmdjliba |
官方URL | https://chrome.google.com/webstore/detail/ignalnlejlpkflmjecncpifdnmdjliba |
简介 | Help you to choose the number which is not commented on facebook post. |
文件大小 | 103 KB |
安装次数 | 39 |
当前版本 | 3.0 |
更新时间 | 2021-06-03 |
上架时间 | 2020-02-24 |
评分 | 5.00/5 共1次评分 |
开发者 | Skick |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |