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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον benatiayaniv, και η κύρια λειτουργία του είναι "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…".
Λήψη αρχείου CRX της επέκτασης Ads.txt finder
Λήψη αρχείων επέκτασης 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", "*:\/\/*\/*" ] } |