PubliElectoral
Escanea la publicidad política que aparece en tu cuenta de Facebook
PubliElectoral란 무엇입니까?
PubliElectoral은(는) electoralmonitor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Escanea la publicidad política que aparece en tu cuenta de Facebook"입니다.
확장 프로그램 스크린샷
PubliElectoral 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PubliElectoral does not store personal information of users of any kind. What we do store is information from political ads for analysis. For more information, please refer to our privacy policy. PubliElectoral is a plugin (or extension) developed by Asociación por los Derechos Civiles (ADC) and Cooperativa Tecnológica Cambá from Argentina. It is downloaded and installed in your browser. When the user navigates through Facebook, it detects the political ads that are displayed and stores them in a database, so that the research team can analyze them. The extension relieves advertisements of candidates and political parties during election campaigns. It does this through real accounts of people like you, who cooperate with us by downloading the extension. Our goal is to gather this information and analyze it to understand if the system of electoral ads is working transparently from political parties and social networks. As soon as you finish installing the plugin, remember to open it and select your location. Also remember to keep the plugin updated. PubliElectoral is a browser extension that allows the collection of information related to electoral advertising in social networks. Privacy Policy: https://publielectoral.lat/policy/en/Privacy_Policy_of_PubliElectoral.pdf
확장 프로그램 기본 정보
이름 | |
ID | faalhbnbbfmfmofggepjdndbcgbjinbg |
공식 URL | https://chrome.google.com/webstore/detail/publielectoral/faalhbnbbfmfmofggepjdndbcgbjinbg |
설명 | Escanea la publicidad política que aparece en tu cuenta de Facebook |
파일 크기 | 47.96 KB |
설치 횟수 | 163 |
현재 버전 | 0.0.31 |
최근 업데이트 | 2023-03-30 |
출시 날짜 | 2019-09-11 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | electoralmonitor |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://publielectoral.lat/ |
도움말 페이지 URL | https://publielectoral.lat/policy/es/Pol%C3%ADtica_de_Privacidad_PubliElectoral.pdf |
개인정보 보호 정책 페이지 URL | https://publielectoral.lat/policy/es/Pol%C3%ADtica_de_Privacidad_PubliElectoral.pdf |
지원되는 언어 | en,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.31", "manifest_version": 3, "description": "__MSG_storeDescription__", "default_locale": "es", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "36": "icons\/icon-36.png", "128": "icons\/icon-128.png" }, "permissions": [ "*:\/\/*.facebook.com\/", "*:\/\/*.facebook.com\/home.php", "*:\/\/*.facebook.com\/?ref=logo", "storage" ], "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/", "*:\/\/*.facebook.com\/home.php", "*:\/\/*.facebook.com\/?ref=logo" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "36": "icons\/icon-36.png", "128": "icons\/icon-128.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "applications": { "gecko": { "id": "[email protected]" } } } |