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.
Was ist Badoo without ads?
Badoo without ads ist eine Chrome-Erweiterung, die von https://namata.ru entwickelt wurde, und ihr Hauptmerkmal ist "This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.".
Erweiterungsscreenshots
Badoo without ads-Erweiterungs-CRX-Datei herunterladen
Laden Sie Badoo without ads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.
Grundlegende Informationen zur Erweiterung
Name | Badoo without ads |
ID | negdlffpkdmjjjbeebnibofbkiclejkd |
Offizielle URL | https://chromewebstore.google.com/detail/badoo-without-ads/negdlffpkdmjjjbeebnibofbkiclejkd |
Beschreibung | This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed. |
Dateigröße | 254 KB |
Installationsanzahl | 147 |
Aktuelle Version | 1.5 |
Letztes Update | 2020-07-08 |
Veröffentlichungsdatum | 2020-03-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://namata.ru |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://namata.ru/extensions/badoonoads |
Hilfeseite URL | http://namata.ru/support/thanksforinstall |
Unterstützte Sprachen | 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\/*" ] } |