Ads.txt finder
the goal of the app is to support ads.txt initiative. every time you browse to a website it the app icon will indicate if the site…
Ads.txt finderとは何ですか?
Ads.txt finderはbenatiayanivによって開発されたChromeの拡張機能で、その主な機能は「the goal of the app is to support ads.txt initiative. every time you browse to a website it the app icon will indicate if the site…」です。
Ads.txt finder拡張機能のCRXファイルをダウンロード
Ads.txt finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
the goal of the app is to support ads.txt initiative. every time you browse to a website it the app icon will indicate if the site is using ads.txt or not. clicking on the icon will show the ads.txt file. this is for advertiser adOpps team to check if their seller is actually working with the site
拡張機能の基本情報
名前 | ![]() |
ID | flegfjpoiblokjpmalnnjjjgadbjkcma |
公式URL | https://chrome.google.com/webstore/detail/adstxt-finder/flegfjpoiblokjpmalnnjjjgadbjkcma |
説明 | the goal of the app is to support ads.txt initiative. every time you browse to a website it the app icon will indicate if the site… |
ファイルサイズ | 7.36 KB |
インストール数 | 312 |
現在のバージョン | 0.1 |
最終更新日 | 2017-08-20 |
公開日 | 2017-08-20 |
開発者 | benatiayaniv |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ads.txt finder", "version": "0.1", "background": { "scripts": [ "bgproc.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "popup.js" ] } ], "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "background", "tabs", "https:\/\/ajax.googleapis.com\/", "webNavigation", "*:\/\/*\/*" ] } |