https://github.com/alastor0325/autoplay-shield-study
https://github.com/alastor0325/autoplay-shield-study
autoplay firefox shield-study-extension
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alastor0325/autoplay-shield-study
- Owner: alastor0325
- License: mpl-2.0
- Created: 2018-07-11T23:09:08.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-26T08:35:06.000Z (over 2 years ago)
- Last Synced: 2025-02-07T10:33:34.286Z (9 months ago)
- Topics: autoplay, firefox, shield-study-extension
- Language: JavaScript
- Size: 1.73 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autoplay Shield Studies Add-On
## Goal
In order to understand how do people think about the "doorhanger" project which provides a prompt to ask autoplay permission for site, we need to write a shield-study extension to collect related data and response. See [bug1475099](https://bugzilla.mozilla.org/show_bug.cgi?id=1475099) for more information.
## Seeing the add-on in action
See [TESTPLAN.md](./docs/TESTPLAN.md) for more details on how to get the add-on installed and tested.
## Data Collected / Telemetry Pings
See [TELEMETRY.md](./docs/TELEMETRY.md) for more details on what pings are sent by this add-on.
## Analyzing data
Telemetry pings are loaded into S3 and re:dash. Sample query:
* [All pings](https://sql.telemetry.mozilla.org/queries/{#your-id}/source#table)
## Improving this add-on
See [DEV.md](./docs/DEV.md) for more details on how to work with this add-on as a developer.