Predirect
Redirect to privacy friendly alternatives
Predirect란 무엇입니까?
Predirect은(는) कलम नाम에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirect to privacy friendly alternatives"입니다.
확장 프로그램 스크린샷
Predirect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A open source manifest v3 web extension with minimal permissions that automatically redirects popular sites(Twitter, Medium etc) to alternative privacy friendly frontends Source code- https://github.com/libreom/predirect
확장 프로그램 기본 정보
이름 | Predirect |
ID | aiillidfcgfckfhkpiakhkkpbkknagnp |
공식 URL | https://chromewebstore.google.com/detail/predirect/aiillidfcgfckfhkpiakhkkpbkknagnp |
설명 | Redirect to privacy friendly alternatives |
파일 크기 | 23.95 KB |
설치 횟수 | 114 |
현재 버전 | 1.2 |
최근 업데이트 | 2024-01-25 |
출시 날짜 | 2023-12-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | कलम नाम |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/libreom/predirect |
도움말 페이지 URL | https://github.com/libreom/predirect/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Predirect", "description": "Redirect to privacy friendly alternatives", "version": "1.2", "permissions": [ "declarativeNetRequest", "storage", "alarms" ], "action": { "default_popup": "popup\/popup.html", "default_icon": "assets\/icon.png" }, "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube-nocookie.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*", "*:\/\/*.medium.com\/*", "*:\/\/*.tiktok.com\/*", "*:\/\/*.quora.com\/*", "*:\/\/*.fandom.com\/*", "*:\/\/*.imdb.com\/*", "*:\/\/*.genius.com\/*", "*:\/\/*.goodreads.com\/*", "*:\/\/*.imgur.com\/*", "*:\/\/*.pixiv.net\/*", "*:\/\/*.urbandictionary.com\/*", "*:\/\/*.ultimate-guitar.com\/*", "*:\/\/*.twitch.tv\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.wolframalpha.com\/*", "*:\/\/*.bandcamp.com\/*", "*:\/\/*.tumblr.com\/*", "*:\/\/*.soundcloud.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.t.co\/*", "*:\/\/*.twimg.com\/*", "*:\/\/*.instructables.com\/*", "*:\/\/*.knowyourmeme.com\/*", "*:\/\/*.snopes.com\/*", "*:\/\/*.reuters.com\/*", "*:\/\/*.stackoverflow.com\/*", "*:\/\/*.stackexchange.com\/*", "*:\/\/www.google.com\/*", "*:\/\/translate.google.com\/*" ] } |