You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple chrome extension for checking [ads.txt](https://iabtechlab.com/ads-txt-about/) files. Provides a one-click test for the presence of given sellers. Active only when started by a user, otherwise it's suspended and not draining any resources. Handling of ads.txt follows the [IAB Tech Lab ads.txt Specification Version 1.0.2](https://iabtechlab.com/wp-content/uploads/2019/03/IAB-OpenRTB-Ads.txt-Public-Spec-1.0.2.pdf).
5
+
A simple chrome extension for checking [ads.txt](https://iabtechlab.com/ads-txt-about/) files. Provides a one-click test for the presence of given sellers. Active only when started by a user, otherwise it's suspended and not draining any resources. Handling of ads.txt follows the [IAB Tech Lab ads.txt Specification Version 1.0.2](https://iabtechlab.com/wp-content/uploads/2019/03/IAB-OpenRTB-Ads.txt-Public-Spec-1.0.2.pdf).
7
6
8
-
Install it from the [Chrome Webstore](https://chrome.google.com/webstore/detail/ncdnbcbfjcflaocmpnhjajngpdoipnci).
7
+
Install from the [Chrome Webstore](https://chrome.google.com/webstore/detail/ncdnbcbfjcflaocmpnhjajngpdoipnci).
9
8
10
9
## Usage
11
10
12
-
- Test is triggered when the extension is started or new sellers are entered.
13
-
- Targets the currently loaded website.
14
-
15
-

16
-
17
-

11
+
- Enter the list of seller seats you want to verify, as they appear in the ads.txt file.
12
+
- The extension will automatically test ads.txt file on the loaded site.
18
13
19
14
## Limitations
20
15
21
-
* Checking ads.txt on subdomains is currently not implemented.
22
-
* Due to JavaScript security limitations, it's not possible to control the number of redirects when fetching ads.txt. (AFAIK). As a result, the following ads.txt directive isn't honored:
16
+
- Checking ads.txt on subdomains is currently not implemented.
17
+
- Due to JavaScript security limitations, it's not possible to control the number of redirects when fetching ads.txt. (AFAIK). As a result, the following ads.txt directive isn't honored:
23
18
24
19
> Only a single HTTP redirect to a destination outside the original root domain is allowed to facilitate one-hop delegation of authority to a third party's web server domain. If the third party location returns a redirect, then the advertising system should treat the response as an error.
25
20
> -*IAB Tech Lab ads.txt Specification Version 1.0.2*
26
21
27
22
## License
28
-
Apache-2.0
23
+
24
+
Apache-2.0
25
+
26
+
## Credits
27
+
28
+
This project includes the following fonts from Google Fonts:
29
+
30
+
-**Roboto** designed by Christian Robertson, Paratype, Font Bureau, licensed under the [SIL OPEN FONT LICENSE Version 1.1](https://openfontlicense.org/open-font-license-official-text/)
31
+
-**B612 Mono** designed by Nicolas Chauveau, Thomas Paillot, Jonathan Favre-Lamarine, Jean-Luc Vinot, licensed under the [SIL OPEN FONT LICENSE Version 1.1](https://openfontlicense.org/open-font-license-official-text/)
0 commit comments