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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check your sellers’ ads.txt authorization on any website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Adstxter – Ads.txt Seller Tester एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } |