Badoo without ads

This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.

What is Badoo without ads?

Badoo without ads is a Chrome extension developed by https://namata.ru, and its main feature is "This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.".

Extension Screenshots

screenshot

Download Badoo without ads Extension CRX File

Download Badoo without ads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.                    

Extension Basic Information

Name Badoo without ads Badoo without ads
ID negdlffpkdmjjjbeebnibofbkiclejkd
Official URL https://chromewebstore.google.com/detail/badoo-without-ads/negdlffpkdmjjjbeebnibofbkiclejkd
Description This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.
File Size 254 KB
Installation Count 147
Current Version 1.5
Last Updated 2020-07-08
Publish Date 2020-03-26
Rating 5.00/5 Total 1 Ratings
Developer https://namata.ru
Email [email protected]
Payment Type free
Extension Website http://namata.ru/extensions/badoonoads
Help Page URL http://namata.ru/support/thanksforinstall
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Badoo without ads",
    "description": "This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.",
    "version": "1.5",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.badoo.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.badoo.com\/*"
    ]
}