AdTester - Test Your Own Ads for Free
Click your own ads without draining your advertising budget
Was ist AdTester - Test Your Own Ads for Free?
AdTester - Test Your Own Ads for Free ist eine Chrome-Erweiterung, die von https://www.adtester.net entwickelt wurde, und ihr Hauptmerkmal ist "Click your own ads without draining your advertising budget".
Erweiterungsscreenshots
AdTester - Test Your Own Ads for Free-Erweiterungs-CRX-Datei herunterladen
Laden Sie AdTester - Test Your Own Ads for Free-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
AdTester is a browser extension for Google Chrome that let's you test your own ads for free, without draining your advertising budget. The AdTester add-on supports many different advertising platforms, including Google AdWords, Facebook Ads, Amazon.com, Taboola & Outbrain content networks, Yahoo! Search, Microsoft Bing ads, and more. Disclaimer: While great effort was made to make AdTester awesome, its creators cannot make any guarantees about its ability to "click" on ads without consuming your advertising budget, nor can it be held responsible for any violation of any agreements you may have with publishers showing your ads. Be careful and use this tool at your own risk. Update for version 2.62: * Better Ad Tester support for Amazon international sites.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bbgfpogooagighdogaokpngejkkmbjna |
Offizielle URL | https://chrome.google.com/webstore/detail/adtester-test-your-own-ad/bbgfpogooagighdogaokpngejkkmbjna |
Beschreibung | Click your own ads without draining your advertising budget |
Dateigröße | 48.57 KB |
Installationsanzahl | 120 |
Aktuelle Version | 2.64 |
Letztes Update | 2020-01-27 |
Veröffentlichungsdatum | 2020-01-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.adtester.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.adtester.net/ |
Hilfeseite URL | https://www.adtester.net/faq/ |
URL der Datenschutzrichtlinien-Seite | https://www.adtester.net/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdTester - Test Your Own Ads for Free", "description": "Click your own ads without draining your advertising budget", "version": "2.64", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "background": { "scripts": [ "adtquery.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "adtquery.js", "content.js" ] } ], "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "manifest_version": 2 } |