AdTester - Test Your Own Ads for Free

Click your own ads without draining your advertising budget

What is AdTester - Test Your Own Ads for Free?

AdTester - Test Your Own Ads for Free is a Chrome extension developed by https://www.adtester.net, and its main feature is "Click your own ads without draining your advertising budget".

Extension Screenshots

screenshot
screenshot
screenshot

Download AdTester - Test Your Own Ads for Free Extension CRX File

Download AdTester - Test Your Own Ads for Free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AdTester - Test Your Own Ads for Free AdTester - Test Your Own Ads for Free
ID bbgfpogooagighdogaokpngejkkmbjna
Official URL https://chrome.google.com/webstore/detail/adtester-test-your-own-ad/bbgfpogooagighdogaokpngejkkmbjna
Description Click your own ads without draining your advertising budget
File Size 48.57 KB
Installation Count 120
Current Version 2.64
Last Updated 2020-01-27
Publish Date 2020-01-22
Rating 5.00/5 Total 1 Ratings
Developer https://www.adtester.net
Email [email protected]
Payment Type free
Extension Website https://www.adtester.net/
Help Page URL https://www.adtester.net/faq/
Privacy Policy Page URL https://www.adtester.net/privacy
Supported Languages 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
}