Invite All
Invite All people to Like Facebook Page.
什麼是Invite All?
Invite All是由manpreet2760開發的Chrome擴展程式,該擴展的主要功能是“Invite All people to Like Facebook Page.”。
擴展截圖
下載Invite All擴展crx文件
下載Invite All擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Invite upto 50 people a day to like your page on facebook.
擴展基本資訊
名稱 | Invite All |
ID | kfiadggaijonhadndemaccnilcmnljah |
官方網址 | https://chromewebstore.google.com/detail/invite-all/kfiadggaijonhadndemaccnilcmnljah |
簡介 | Invite All people to Like Facebook Page. |
檔案大小 | 32.03 KB |
安裝次數 | 6,000 |
目前版本 | 1.12 |
更新時間 | 2016-04-06 |
上架時間 | 2016-04-05 |
評分 | 3.13/5 共 48 次評分 |
開發者 | manpreet2760 |
付費類型 | free |
擴展官網 | http://app.postdiscover.com |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Invite All", "description": "Invite All people to Like Facebook Page.", "version": "1.12", "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "invite.js" ] } ], "web_accessible_resources": [ "*.png" ], "permissions": [ "activeTab", "background" ], "icons": { "128": "icon.png" } } |