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.

Co je Badoo without ads?

Badoo without ads je rozšíření Chrome vyvinuté https://namata.ru, a jeho hlavní funkcí je „This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Badoo without ads

Stáhněte si soubory rozšíření Badoo without ads ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Badoo without ads Badoo without ads
ID negdlffpkdmjjjbeebnibofbkiclejkd
Oficiální URL https://chromewebstore.google.com/detail/badoo-without-ads/negdlffpkdmjjjbeebnibofbkiclejkd
Popis This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.
Velikost souboru 254 KB
Počet instalací 147
Aktuální Verze 1.5
Poslední Aktualizace 2020-07-08
Datum Vydání 2020-03-26
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://namata.ru
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://namata.ru/extensions/badoonoads
URL Stránky Nápovědy http://namata.ru/support/thanksforinstall
Podporované Jazyky 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\/*"
    ]
}