AdTester - Test Your Own Ads for Free
Click your own ads without draining your advertising budget
Qu'est-ce que AdTester - Test Your Own Ads for Free ?
AdTester - Test Your Own Ads for Free est une extension Chrome développée par https://www.adtester.net, et sa fonction principale est "Click your own ads without draining your advertising budget".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AdTester - Test Your Own Ads for Free
Téléchargez les fichiers d'extension AdTester - Test Your Own Ads for Free au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bbgfpogooagighdogaokpngejkkmbjna |
URL Officiel | https://chrome.google.com/webstore/detail/adtester-test-your-own-ad/bbgfpogooagighdogaokpngejkkmbjna |
Description | Click your own ads without draining your advertising budget |
Taille du Fichier | 48.57 KB |
Nombre d'Installations | 120 |
Version Actuelle | 2.64 |
Dernière Mise à Jour | 2020-01-27 |
Date de Publication | 2020-01-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.adtester.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.adtester.net/ |
URL de la Page d'Aide | https://www.adtester.net/faq/ |
URL de la Page de Politique de Confidentialité | https://www.adtester.net/privacy |
Langues Prises en Charge | 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 } |