Ads.txt Checker

With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up

Ads.txt Checkerคืออะไร?

Ads.txt Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://llamadaoculta.com และคุณลักษณะหลักของมันคือ "With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ads.txt Checker

ดาวน์โหลดไฟล์ส่วนขยาย Ads.txt Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With Ads.txt Checker you can find out if a site is using an ads.txt file and by simply clicking the icon have all the Authorized Digital Sellers presented in a pop up.

As mention in the IAB website, ads.txt initiative specifies a mechanism for publishers to list their authorized digital sellers, in order to fight against fraud and misrepresented domains.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ads.txt Checker Ads.txt Checker
ID bjddoinjnabgbnloplmjdfdcdlefdbhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adstxt-checker/bjddoinjnabgbnloplmjdfdcdlefdbhj
คำอธิบาย With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up
ขนาดไฟล์ 154 KB
จำนวนการติดตั้ง 907
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2019-10-02
วันที่เผยแพร่ 2019-09-29
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://llamadaoculta.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads.txt Checker",
    "short_name": "Ads.txt Checker",
    "description": "With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up",
    "version": "0.0.3",
    "manifest_version": 2,
    "author": "Yuttasat Pollok ",
    "icons": {
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Ads.txt Checker"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ]
}