Birthday Basher

LEVERAGE your friends birthday to get leads and sales with just a click!!!

什么是Birthday Basher?

Birthday Basher是由https://leadsintoinbox.com开发的Chrome扩展程序,该扩展的主要功能是“LEVERAGE your friends birthday to get leads and sales with just a click!!!”。

扩展截图

screenshot

下载Birthday Basher扩展crx文件

下载Birthday Basher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Birthday Basher Birthday Basher
ID eofolfgolbhhmbblbahejnahpmalkhkk
官方URL https://chromewebstore.google.com/detail/birthday-basher/eofolfgolbhhmbblbahejnahpmalkhkk
简介 LEVERAGE your friends birthday to get leads and sales with just a click!!!
文件大小 6.67 MB
安装次数 69
当前版本 1.0.14
更新时间 2022-07-31
上架时间 2021-04-06
评分 5.00/5 共3次评分
开发者 https://leadsintoinbox.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://leadsintoinbox.com
帮助页面URL https://m.me/728629334436142
隐私政策页面URL https://buy.leadsintoinbox.com/privacy
支持的语言 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}