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是由https://llamadaoculta.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件

下載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
官方網址 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",
        "*:\/\/*\/*"
    ]
}