Birthday Basher
LEVERAGE your friends birthday to get leads and sales with just a click!!!
Cos'è Birthday Basher?
Birthday Basher è un'estensione di Chrome sviluppata da https://leadsintoinbox.com, e la sua funzione principale è "LEVERAGE your friends birthday to get leads and sales with just a click!!!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Birthday Basher
Scarica i file di estensione Birthday Basher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Birthday Basher is a chrome extension for Facebook that helps you to send automated wishes to all your friends who has their birthdays. It also allows you to send automated personal messages to everyone on their birthdays. Let's make their special day more special by wishing them or making them a special OFFER!!! use Birthday Basher today if you want to make your Facebook friends feel SPECIAL and REMEMBERED.
Informazioni di Base sull'Estensione
Nome | Birthday Basher |
ID | eofolfgolbhhmbblbahejnahpmalkhkk |
URL Ufficiale | https://chromewebstore.google.com/detail/birthday-basher/eofolfgolbhhmbblbahejnahpmalkhkk |
Descrizione | LEVERAGE your friends birthday to get leads and sales with just a click!!! |
Dimensione del File | 6.67 MB |
Conteggio Installazioni | 69 |
Versione Corrente | 1.0.14 |
Ultimo Aggiornamento | 2022-07-31 |
Data di Pubblicazione | 2021-04-06 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://leadsintoinbox.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://leadsintoinbox.com |
URL della Pagina di Aiuto | https://m.me/728629334436142 |
URL della Pagina della Politica sulla Privacy | https://buy.leadsintoinbox.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Birthday Basher", "version": "1.0.14", "description": "LEVERAGE your friends birthday to get leads and sales with just a click!!!", "short_name": "BB", "action": { "default_title": "Birthday Basher", "default_popup": "login.html" }, "icons": { "16": "images\/5f04c593005c1732f17db87f-Birthday_Basher-1617417394807-small_icon.png", "48": "images\/5f04c593005c1732f17db87f-Birthday_Basher-1617417394872-medium_icon.png", "128": "images\/5f04c593005c1732f17db87f-Birthday_Basher-1617417394960-large_icon.png" }, "permissions": [ "storage", "alarms", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/api.birthdaywisher.io\/*", "https:\/\/upload.facebook.com\/", "https:\/\/www.facebook.com\/*", "https:\/\/web.facebook.com\/*", "https:\/\/m.facebook.com\/*", "https:\/\/mbasic.facebook.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "background": { "service_worker": "js\/serviceWorker.js" }, "web_accessible_resources": [ { "resources": [ "lib\/jquery.min.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |