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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.adtester.net และคุณลักษณะหลักของมันคือ "Click your own ads without draining your advertising budget"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdTester - Test Your Own Ads for Free
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |