Legendary Posts
Legendary Posts allows you to convert your Facebook posts into leads machines.
Hvad er Legendary Posts?
Legendary Posts er en Chrome-udvidelse udviklet af alex.just.1011, og dens hovedfunktion er "Legendary Posts allows you to convert your Facebook posts into leads machines.".
Udvidelsesskærmbilleder
Download Legendary Posts-udvidelses-CRX-fil
Download Legendary Posts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kifkdcenlojbhjnkiiijjhpogpkfcjdo |
| Officiel URL | https://chromewebstore.google.com/detail/legendary-posts/kifkdcenlojbhjnkiiijjhpogpkfcjdo |
| Beskrivelse | Legendary Posts allows you to convert your Facebook posts into leads machines. |
| Filstørrelse | 1.55 MB |
| Antal Installationer | 72 |
| Nuværende Version | 1.0.4 |
| Senest Opdateret | 2023-06-20 |
| Udgivelsesdato | 2023-01-31 |
| Udvikler | alex.just.1011 |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.legendaryposts.com/ |
| URL til Fortrolighedspolitik Side | https://www.alexjusst.com/politica-de-privacidad1 |
| Understøttede Sprog | 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": [
" | |