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 |
Eメール | [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 } |