Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

什麼是Ads.txt Analyzer by Adnimation?

Ads.txt Analyzer by Adnimation是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“The official Ads.txt Analyzer Extension by Adnimation”。

擴展截圖

screenshot

下載Ads.txt Analyzer by Adnimation擴展crx文件

下載Ads.txt Analyzer by Adnimation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The official Ads.txt Analyzer Extension by Adnimation, providing users easy one-click access to the ads.txt file of any website without leaving the site.                    

擴展基本資訊

名稱 Ads.txt Analyzer by Adnimation Ads.txt Analyzer by Adnimation
ID ebbdanlepglplhdbkfhlfkfjcddmpphf
官方網址 https://chromewebstore.google.com/detail/adstxt-analyzer-by-adnima/ebbdanlepglplhdbkfhlfkfjcddmpphf
簡介 The official Ads.txt Analyzer Extension by Adnimation
檔案大小 162 KB
安裝次數 683
目前版本 1.0.0.1
更新時間 2018-07-11
上架時間 2018-07-11
評分 4.63/5 共 8 次評分
開發者 Unknown
付費類型 free
擴展官網 http://www.adnimation.com/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads.txt Analyzer by Adnimation",
    "short_name": "AABA",
    "description": "The official Ads.txt Analyzer Extension by Adnimation",
    "version": "1.0.0.1",
    "permissions": [
        "activeTab",
        ""
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Ads.txt Analyzer by Adnimation",
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}