AdTester - Test Your Own Ads for Free
Click your own ads without draining your advertising budget
AdTester - Test Your Own Ads for Freeとは何ですか?
AdTester - Test Your Own Ads for Freeはhttps://www.adtester.netによって開発されたChromeの拡張機能で、その主な機能は「Click your own ads without draining your advertising budget」です。
拡張機能のスクリーンショット
AdTester - Test Your Own Ads for Free拡張機能のCRXファイルをダウンロード
AdTester - Test Your Own Ads for Free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | bbgfpogooagighdogaokpngejkkmbjna |
公式URL | https://chrome.google.com/webstore/detail/adtester-test-your-own-ad/bbgfpogooagighdogaokpngejkkmbjna |
説明 | Click your own ads without draining your advertising budget |
ファイルサイズ | 48.57 KB |
インストール数 | 120 |
現在のバージョン | 2.64 |
最終更新日 | 2020-01-27 |
公開日 | 2020-01-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.adtester.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.adtester.net/ |
ヘルプページのURL | https://www.adtester.net/faq/ |
プライバシーポリシーページのURL | https://www.adtester.net/privacy |
対応言語 | 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 } |