Ad Observer
A browser extension to share data about your social feed with researchers and journalists to increase transparency.
Ad Observer क्या है?
Ad Observer https://adobserver.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension to share data about your social feed with researchers and journalists to increase transparency."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ad Observer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This tool allows you to contribute data about the ads you're shown to further the understanding of researchers, journalists, and the public of online political advertising and how personal data is used to target you with ads. Ad Observer is offered by the Online Political Transparency Project of New York University. This extension was developed in partnership with the Algorithmic Transparency Institute.
एक्सटेंशन की मूल जानकारी
नाम | Ad Observer |
ID | dafimblndlbfdhmdnefmmnjdpbbnflgd |
आधिकारिक URL | https://chromewebstore.google.com/detail/ad-observer/dafimblndlbfdhmdnefmmnjdpbbnflgd |
विवरण | A browser extension to share data about your social feed with researchers and journalists to increase transparency. |
फ़ाइल का आकार | 521 KB |
स्थापना संख्या | 3,497 |
वर्तमान संस्करण | 3.2.13 (ea4c344) |
अंतिम अपडेट | 2022-11-09 |
प्रकाशन तिथि | 2020-07-24 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | https://adobserver.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://adobserver.org/ |
गोपनीयता नीति पृष्ठ URL | https://adobserver.org/privacy-policy |
समर्थित भाषाएँ | de,en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/adobserver.org", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "64": "assets\/icon64.png", "128": "assets\/icon128.png" }, "manifest_version": 3, "name": "Ad Observer", "short_name": "Ad Observer", "description": "A browser extension to share data about your social feed with researchers and journalists to increase transparency.", "version": "3.2.13", "version_name": "3.2.13 (ea4c344)", "default_locale": "en", "content_scripts": [ { "js": [ "preload\/bundle.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "exclude_globs": [ "*:\/\/*.facebook.com\/ads\/archive*", "*:\/\/*.facebook.com\/ads\/library*" ], "run_at": "document_start" }, { "js": [ "ytpreload\/bundle.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_start" }, { "js": [ "content\/bundle.js" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/www.youtube.com\/*" ], "exclude_globs": [ "*:\/\/*.facebook.com\/ads\/archive*", "*:\/\/*.facebook.com\/ads\/library*" ], "run_at": "document_start" } ], "background": { "service_worker": "bundle.js" }, "permissions": [ "storage", "unlimitedStorage" ], "web_accessible_resources": [ { "resources": [ "webpage\/*", "assets\/runs_on_fb.js", "assets\/runs_on_yt.js" ], "matches": [ " |