Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

Ads.txt Analyzer by Adnimationคืออะไร?

Ads.txt Analyzer by Adnimation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "The official Ads.txt Analyzer Extension by Adnimation"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}