Invite post likers for Facebook™
Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.
Was ist Invite post likers for Facebook™?
Invite post likers for Facebook™ ist eine Chrome-Erweiterung, die von Useful tools entwickelt wurde, und ihr Hauptmerkmal ist "Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.".
Erweiterungsscreenshots
Invite post likers for Facebook™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Invite post likers for Facebook™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | oobofacgjpheigmglnjjlhfolhcamaia |
Offizielle URL | https://chrome.google.com/webstore/detail/invite-post-likers-for-fa/oobofacgjpheigmglnjjlhfolhcamaia |
Beschreibung | Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration. |
Dateigröße | 172 KB |
Installationsanzahl | 57,500 |
Aktuelle Version | 2022.11 |
Letztes Update | 2022-10-08 |
Veröffentlichungsdatum | 2020-05-20 |
Bewertung | 4.85/5 Insgesamt 1485 Bewertungen |
Entwickler | Useful tools |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.invitepostlikers.com/ |
URL der Datenschutzrichtlinien-Seite | http://invitepostlikers.com/privacy.php |
Unterstützte Sprachen | de,en,fr,es,it,pl,pt-BR,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Invite post likers for Facebook\u2122", "version": "2022.11", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "content.css", "fonts\/roboto-latin-400.woff2", "fonts\/roboto-latin-700.woff2", "fbe-intro-free.png", "fbe-intro-free2.png", "birth1.png", "birth2.png", "att-icon.png" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "description": "Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.", "homepage_url": "https:\/\/www.invitepostlikers.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "name": "Click to start" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ] } |