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…
Co je Ads.txt finder?
Ads.txt finder je rozšíření Chrome vyvinuté benatiayaniv, a jeho hlavní funkcí je „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…“.
Stáhnout soubor CRX rozšíření Ads.txt finder
Stáhněte si soubory rozšíření Ads.txt finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | ![]() |
ID | flegfjpoiblokjpmalnnjjjgadbjkcma |
Oficiální URL | https://chrome.google.com/webstore/detail/adstxt-finder/flegfjpoiblokjpmalnnjjjgadbjkcma |
Popis | 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… |
Velikost souboru | 7.36 KB |
Počet instalací | 312 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2017-08-20 |
Datum Vydání | 2017-08-20 |
Vývojář | benatiayaniv |
Typ Platby | free |
Podporované Jazyky | 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", "*:\/\/*\/*" ] } |