Diarios Uruguay Blocker
Previene que los diarios de Uruguay no nos dejen informarnos gratuitamente
Diarios Uruguay Blocker란 무엇입니까?
Diarios Uruguay Blocker은(는) santib에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Previene que los diarios de Uruguay no nos dejen informarnos gratuitamente"입니다.
확장 프로그램 스크린샷
Diarios Uruguay Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It blocks Javascript files that redirects us to a paywall, thus not letting us read the news online. With this extension you'd be able to read Uruguayan newspapers online without getting disturbed. Bloquea archivos Javascript que nos redirigen al sistema de pago, evitando que leamos las noticias en línea. Con esta extensión podrás leer las noticias Uruguayas en línea sin ser molestado.
확장 프로그램 기본 정보
이름 | Diarios Uruguay Blocker |
ID | ibhbaklamgkgflfpkhpimknnmhhfgmom |
공식 URL | https://chromewebstore.google.com/detail/diarios-uruguay-blocker/ibhbaklamgkgflfpkhpimknnmhhfgmom |
설명 | Previene que los diarios de Uruguay no nos dejen informarnos gratuitamente |
파일 크기 | 4.52 KB |
설치 횟수 | 74 |
현재 버전 | 5.1 |
최근 업데이트 | 2021-08-17 |
출시 날짜 | 2020-08-18 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | santib |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Diarios Uruguay Blocker", "description": "Previene que los diarios de Uruguay no nos dejen informarnos gratuitamente", "version": "5.1", "background": { "scripts": [ "request-blocker.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.elpais.com.uy\/*", "*:\/\/*.ovaciondigital.com.uy\/*", "*:\/\/*.elobservador.com.uy\/*", "*:\/\/*.tvshow.com.uy\/*" ] } |