Bump Buddy

Your daily helper to improve working experience.

Bump Buddy क्या है?

Bump Buddy Mp Bump द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your daily helper to improve working experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bump Buddy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Your Latest Bump Handler
This extension will help you to update your posts within each 15 -16 minutes which will eventually make your life easier and lot more productive.

Working Procedure:

You will see an extra element on your megapersonals web page after the successful installation of this extension. This will consist of the posts number and two buttons such as reset and bump now button. To make sure your extension works properly, you need to manually select all the posts on your page. Then it will show the count of the post in that page.

To remove post , just click the reset button and re add posts that you want to bump.

You need to subscribe first with your ip address and then you can start using this extension.
So please contact us right now, Our team is waiting for your message and start making your life more productive.                    

एक्सटेंशन की मूल जानकारी

नाम Bump Buddy Bump Buddy
ID pmadjigpplbflhppncppadddfndmamha
आधिकारिक URL https://chromewebstore.google.com/detail/bump-buddy/pmadjigpplbflhppncppadddfndmamha
विवरण Your daily helper to improve working experience.
फ़ाइल का आकार 22.05 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2023-07-30
प्रकाशन तिथि 2023-06-11
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Mp Bump
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://mpbump.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bump Buddy",
    "version": "1.4.2",
    "description": "Your daily helper to improve working experience.",
    "host_permissions": [
        "https:\/\/megapersonals.eu\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup_file.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/megapersonals.eu\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}