Gazelle Snatched
Mark your snatched, bookmarked, and uploaded torrents on Gazelle trackers.
Gazelle Snatched란 무엇입니까?
Gazelle Snatched은(는) Mordred에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mark your snatched, bookmarked, and uploaded torrents on Gazelle trackers."입니다.
확장 프로그램 스크린샷
Gazelle Snatched 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Default style description: Uploaded torrents are green. Snatched torrents are orange. Currently leeching torrents are red. Seeding torrents are italicized. Snatched/Uploaded torrents you are not currently seeding have a strikethrough. Torrent groups you've already downloaded are bold and underlined. Instructions: After the script has been installed it will start working automatically. Every 20 minutes the script will check your torrent pages to see if anything has changed and update your torrents accordingly. At times you might want to Reset your snatched or perform a full update (without resetting). On Firefox these option will appear in the Greasemonkey menu. To do this on Chrome, go to any torrents.php page and the dialog should appear to allow you to click on the links. The status box will ALWAYS appear when you go to any torrents.php page. There are a number of options available. Click on the "Options" link to check them out. For updates, and more information see the official thread here: https://redacted.ch/forums.php?action=viewthread&threadid=4082
확장 프로그램 기본 정보
이름 | Gazelle Snatched |
ID | lobkjdlbepleddkoepdajiaognkpnigc |
공식 URL | https://chromewebstore.google.com/detail/gazelle-snatched/lobkjdlbepleddkoepdajiaognkpnigc |
설명 | Mark your snatched, bookmarked, and uploaded torrents on Gazelle trackers. |
파일 크기 | 68.62 KB |
설치 횟수 | 347 |
현재 버전 | 2.4.2 |
최근 업데이트 | 2018-12-16 |
출시 날짜 | 2018-12-16 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Mordred |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gazelle Snatched", "short_name": "GazelleSnatched", "version": "2.4.2", "description": "Mark your snatched, bookmarked, and uploaded torrents on Gazelle trackers.", "icons": { "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.notwhat.cd\/*", "https:\/\/*.redacted.ch\/*", "https:\/\/*.orpheus.network\/*" ], "js": [ "js\/chrome-promise.js", "js\/jquery.js", "js\/gazelle_snatched_content.js" ], "css": [ "css\/custom.css" ] } ], "permissions": [ "declarativeContent", "storage", "https:\/\/*.apollo.rip\/*", "https:\/\/*.notwhat.cd\/*", "https:\/\/*.passtheheadphones.me\/*", "https:\/\/*.xanax.rip\/*" ], "page_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_name": "Gazelle Snatched", "default_title": "Gazelle Snatched" }, "manifest_version": 2, "web_accessible_resources": [ "images\/*" ] } |