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.
Wat is Badoo without ads?
Badoo without ads is een Chrome-extensie ontwikkeld door https://namata.ru, en de belangrijkste functie is "This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Badoo without ads
Download Badoo without ads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed.
Basisinformatie over de Extensie
Naam | Badoo without ads |
ID | negdlffpkdmjjjbeebnibofbkiclejkd |
Officiële URL | https://chromewebstore.google.com/detail/badoo-without-ads/negdlffpkdmjjjbeebnibofbkiclejkd |
Beschrijving | This extension removes ads from the Badoo site. All information on the replenishment of their account, gifts and so on is removed. |
Bestandsgrootte | 254 KB |
Aantal Installaties | 147 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2020-07-08 |
Publicatiedatum | 2020-03-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://namata.ru |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://namata.ru/extensions/badoonoads |
Help Pagina-URL | http://namata.ru/support/thanksforinstall |
Ondersteunde Talen | 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\/*" ] } |