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 |
官方網址 | 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 } |