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.

Badoo without adsとは何ですか?

Badoo without adsはhttps://namata.ruによって開発されたChromeの拡張機能で、その主な機能は「This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.」です。

拡張機能のスクリーンショット

screenshot

Badoo without ads拡張機能のCRXファイルをダウンロード

Badoo without ads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Badoo without ads Badoo without ads
ID negdlffpkdmjjjbeebnibofbkiclejkd
公式URL https://chromewebstore.google.com/detail/badoo-without-ads/negdlffpkdmjjjbeebnibofbkiclejkd
説明 This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.
ファイルサイズ 254 KB
インストール数 147
現在のバージョン 1.5
最終更新日 2020-07-08
公開日 2020-03-26
評価 5.00/5 合計 1 レビュー
開発者 https://namata.ru
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://namata.ru/extensions/badoonoads
ヘルプページのURL http://namata.ru/support/thanksforinstall
対応言語 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\/*"
    ]
}