Adstxter – Ads.txt Seller Tester
Check your sellers’ ads.txt authorization on any website
Adstxter – Ads.txt Seller Testerとは何ですか?
Adstxter – Ads.txt Seller Testerはlusitdevによって開発されたChromeの拡張機能で、その主な機能は「Check your sellers’ ads.txt authorization on any website」です。
拡張機能のスクリーンショット
Adstxter – Ads.txt Seller Tester拡張機能のCRXファイルをダウンロード
Adstxter – Ads.txt Seller Tester拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adstxter is a lightweight tool for detecting missing sellers in ads.txt files. It provides a one-click test for the presence of specified sellers. The test is run on the currently open site. Sellers for testing are defined in the input field of the Adstxter window. Entered sellers are saved across browser sessions until replaced or removed. Adstxter is inactive and not using system resources when its window is not open. This ensures minimal system load and no intrusion into the browser usage. The implementation of the testing follows the IAB Tech Lab's ads.txt specification. Checking ads.txt files on subdomains is currently not implemented. Source code available on https://github.com/lusitdev/Adstxter
拡張機能の基本情報
名前 | Adstxter – Ads.txt Seller Tester |
ID | ncdnbcbfjcflaocmpnhjajngpdoipnci |
公式URL | https://chromewebstore.google.com/detail/adstxter-%E2%80%93-adstxt-seller/ncdnbcbfjcflaocmpnhjajngpdoipnci |
説明 | Check your sellers’ ads.txt authorization on any website |
ファイルサイズ | 79.94 KB |
インストール数 | 34 |
現在のバージョン | 0.1.0 |
最終更新日 | 2020-12-02 |
公開日 | 2020-07-31 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | lusitdev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/lusitdev/Adstxter |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Adstxter \u2013 Ads.txt Seller Tester", "short_name": "Adstxter", "version": "0.1.0", "description": "Check your sellers\u2019 ads.txt authorization on any website", "icons": { "48": "images\/48.png", "128": "128.png" }, "permissions": [ "activeTab", "storage", "*:\/\/*\/ads.txt", "https:\/\/publicsuffix.org\/list\/public_suffix_list.dat" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Adstxter", "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png" } }, "content_security_policy": "default-src 'self'; connect-src http:\/\/*\/ads.txt https:\/\/*\/ads.txt https:\/\/publicsuffix.org\/list\/public_suffix_list.dat" } |