RuTracker Chrome extension
Changes a torrent list view for RuTracker.org site.
RuTracker Chrome extension란 무엇입니까?
RuTracker Chrome extension은(는) extentionru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes a torrent list view for RuTracker.org site."입니다.
확장 프로그램 스크린샷
RuTracker Chrome extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
RuTracker Chrome extension: extends torrent-trackers functionality - provides information about torrents from search page directly, without moving to torrent's page. Supported torrent-trackers: -rutracker.org; Changes 2017.06.02: - fixed imdb info Changes 2017.05.30: - fixed bugs Changes 2017.05.07: - added Ctrl handler: preview will not be hidden if Ctrl pressed - stopped rutor support - added internal analytic Changes 2016.06.10: - IMDB info loading with https was fixed Changes 2016.05.13: - added support of https Changes 2016.03.01: - added searching the similar topics Changes 2016.01.03: - changed domains for supporting rutor tracker Changes 2015.05.23: -for RuTracker.org: added IMDB info to search page Changes 2015.05.23: -for RuTracker.org: added IMDB info For work with rutracker.org site you must be authorized on the site for search possibility. The extension not uses your personal information. SECURITY INFORMATION: the extension NOT COLLECTS any personal information. E-mail: [email protected]
확장 프로그램 기본 정보
이름 | |
ID | hkdppjhidnnlojafjpbcgbcgcgjagbdl |
공식 URL | https://chrome.google.com/webstore/detail/rutracker-%D1%80%D0%B0%D1%81%D1%88%D0%B8%D1%80%D0%B5%D0%BD%D0%B8%D0%B5-%D0%B4%D0%BB%D1%8F/hkdppjhidnnlojafjpbcgbcgcgjagbdl |
설명 | Changes a torrent list view for RuTracker.org site. |
파일 크기 | 89.16 KB |
설치 횟수 | 71,019 |
현재 버전 | 1.2021.001.0001 |
최근 업데이트 | 2021-06-29 |
출시 날짜 | 2020-08-17 |
평점 | 3.58/5 총 298 개의 평점 |
개발자 | extentionru |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://rutracker-extension.s3-website-eu-west-1.amazonaws.com |
도움말 페이지 URL | https://goo.gl/r3Fn5K |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/terms-and-policies |
지원되는 언어 | en,ru |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "js\/ga.js", "js\/inject.js", "js\/helpers.js", "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/jquery.js", "js\/moduleImdb.js", "js\/ad-loader.js", "js\/module.js", "js\/module-rutracker.js", "js\/main.js" ], "matches": [ "*:\/\/rutracker.org\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "ru", "description": "__MSG_extDescription__", "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "19": "images\/icon_19.png", "38": "images\/icon_48.png", "48": "images\/icon_48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmfmpQx2MeruHeWbbV6G3Y0eICAXs3C3h5E71tH7ipMcGycaKuyFW78BTeR8g\/NYgf3wl7m2MpVRAFbJIXR+N3OavZfUp7c36TT1PqibOrOGBs\/zkFhX\/PNffwQRzIkMYrEDizWQYoWP0VD\/kv7dfvJ9LZmj0K568LirsplKGZYV4FPAKPAqsiNg46xxskwEcAbdv78DimbPAovercSLSiDi2CqrBT5GnR8hKFjA4HCzV1cWRswwNP6jwc1+5a+t9U4ALrTB93j\/vRi0WjLDOTnaE+wegRz5\/Jzm00EnOrYJZq8FW7yvuMu33+JfI7qyLfPLNv+tXrB1zdAUA6ZHbCQIDAQAB", "manifest_version": 2, "minimum_chrome_version": "26.0.0.0", "name": "__MSG_extName__", "page_action": { "default_icon": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "19": "images\/icon_19.png", "38": "images\/icon_38.png", "48": "images\/icon_48.png" }, "default_popup": "popup.html", "default_title": "Rutracker Extension" }, "permissions": [ "storage", "webNavigation", "webRequestBlocking", "webRequest", "tabs", "*:\/\/*.rutracker.org\/", "*:\/\/*.thepiratebay.org\/", "*:\/\/*.rarbg.to\/", "*:\/\/*.rutor.is\/", "*:\/\/*.lostfilm.tv\/*", "*:\/\/*.torrent-games.net\/*", "*:\/\/*.animedia.tv\/*", "*:\/\/*.ok.ru\/", "*:\/\/*.anifilm.tv\/*", "*:\/\/*.vk.com\/", "*:\/\/*.dkbm-web.autoins.ru\/", "*:\/\/*.fssp.gov.ru\/", "*:\/\/*.nomerogram.ru\/", "*:\/\/*.softtorrent.ru\/", "*:\/\/*.eaisto.info\/", "*:\/\/*.kinozal.tv\/", "*:\/\/*.xn--90adear.xn--p1ai\/check\/auto", "*:\/\/*.autoteka.ru\/*", "*:\/\/*.avito.ru\/*", "*:\/\/*.torrent-windows.net\/*" ], "short_name": "__MSG_shortName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2021.001.0001", "web_accessible_resources": [ "images\/*.png", "images\/*.gif" ] } |