RuTracker
Extension for accessing the RuTracker.
What is RuTracker?
RuTracker is a Chrome extension developed by Water, and its main feature is "Extension for accessing the RuTracker.".
Extension Screenshots
Download RuTracker Extension CRX File
Download RuTracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Доступ к Рутрекеру Расширение предназначено для доступа к сайту "RuTracker". Попасть на сайт можно как из контекстного меню (по икнонке), так и по клику на саму иконку.
Extension Basic Information
Name | RuTracker |
ID | dgdfbndljpogobgjlligoffljmkiiafc |
Official URL | https://chromewebstore.google.com/detail/rutracker/dgdfbndljpogobgjlligoffljmkiiafc |
Description | Extension for accessing the RuTracker. |
File Size | 7.07 KB |
Installation Count | 10,058 |
Current Version | 0.0.2 |
Last Updated | 2020-12-15 |
Publish Date | 2020-12-14 |
Rating | 3.40/5 Total 5 Ratings |
Developer | Water |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RuTracker", "permissions": [ "proxy", "contextMenus", "browsingData", "https:\/\/rtk.rmcontrol.net\/*" ], "version": "0.0.2", "description": "Extension for accessing the RuTracker.", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon48.png" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |