Legendary Posts
Legendary Posts allows you to convert your Facebook posts into leads machines.
什麼是Legendary Posts?
Legendary Posts是由alex.just.1011開發的Chrome擴展程式,該擴展的主要功能是“Legendary Posts allows you to convert your Facebook posts into leads machines.”。
擴展截圖
下載Legendary Posts擴展crx文件
下載Legendary Posts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Legendary Posts allows you to convert your Facebook posts into leads machines. THIS IS A WHITE LABEL EXTENSION MADE BY TIER5.US FOR ALEX JUST. 擴展基本資訊
| 名稱 | |
| ID | kifkdcenlojbhjnkiiijjhpogpkfcjdo |
| 官方網址 | https://chromewebstore.google.com/detail/legendary-posts/kifkdcenlojbhjnkiiijjhpogpkfcjdo |
| 簡介 | Legendary Posts allows you to convert your Facebook posts into leads machines. |
| 檔案大小 | 1.55 MB |
| 安裝次數 | 72 |
| 目前版本 | 1.0.4 |
| 更新時間 | 2023-06-20 |
| 上架時間 | 2023-01-31 |
| 開發者 | alex.just.1011 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.legendaryposts.com/ |
| 隱私政策頁面URL | https://www.alexjusst.com/politica-de-privacidad1 |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Legendary Posts",
"version": "1.0.4",
"description": "Legendary Posts allows you to convert your Facebook posts into leads machines.",
"short_name": "LP",
"icons": {
"16": "images\/5fda20951c35d67802639897-Legendary_Posts-1657893821262-small_icon.png",
"48": "images\/5fda20951c35d67802639897-Legendary_Posts-1657893821329-medium_icon.png",
"128": "images\/5fda20951c35d67802639897-Legendary_Posts-1657893821413-large_icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
],
"js": [
".\/jquery.min.js",
".\/js\/content.js"
],
"css": [
"assets\/content.css",
"css\/customCss.css"
]
}
],
"action": {
"default_popup": "login.html",
"default_title": "Legendary Posts"
},
"permissions": [
"tabs",
"scripting",
"storage",
"activeTab"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
],
"options_page": "settings.html",
"background": {
"service_worker": ".\/js\/assembleAllScript.js"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"images\/*",
"js\/*",
"settings.html"
],
"matches": [
" | |