Just Invite
Just Invite helps you to invite your friends for your group or like your page.
Just Invite là gì?
Just Invite là một tiện ích mở rộng Chrome được phát triển bởi https://justinvite.io, và tính năng chính của nó là "Just Invite helps you to invite your friends for your group or like your page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Just Invite
Tải xuống các tệp mở rộng Just Invite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Don't waste your time by clicking one by one buttons to send invites to your friends to like your page or join your group. Because this tool is going to make your life easier, by making this process automated.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Just Invite |
ID | fbbfknbppfafoghnhpbnpmeikedkjkjg |
URL Chính Thức | https://chromewebstore.google.com/detail/just-invite/fbbfknbppfafoghnhpbnpmeikedkjkjg |
Mô tả | Just Invite helps you to invite your friends for your group or like your page. |
Kích Thước Tệp | 1.59 MB |
Số Lần Cài Đặt | 606 |
Phiên Bản Hiện Tại | 1.00.25 |
Cập Nhật Lần Cuối | 2023-12-27 |
Ngày Phát Hành | 2022-05-19 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://justinvite.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.justinvite.io |
URL Trang Chính Sách Bảo Mật | https://tier5.us/chrome_extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Just Invite", "description": "Just Invite helps you to invite your friends for your group or like your page.", "version": "1.00.25", "icons": { "16": "images\/1650516856078-smallLogo.png", "48": "images\/1650516856141-mediumLogo.png", "128": "images\/1650516856221-largeLogo.png" }, "action": { "default_title": "Just Invite", "default_popup": "dashboard.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ], "js": [ "lib\/jquery-3.5.1.min.js", "lib\/toastr.min.js", "lib\/moment.min.js", "js\/config.bundle.js", "js\/fb_invite_automation.bundle.js" ], "run_at": "document_end", "css": [ "css\/invite_inj.css", "css\/toastr.min.css" ] } ], "background": { "service_worker": "js\/background.bundle.js" }, "permissions": [ "alarms", "storage", "webRequest", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*", "*:\/\/*.kyubi.io\/api\/*", "*:\/\/*.justinvite.io\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.svg", "images\/*.gif" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'", "content_scripts": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'" }, "short_name": "JI" } |