LBTimer Yukon Extension
The LBTimer Yukon extension works like the regular Yukon extension but without reporting the LBTimer extension
LBTimer Yukon Extension là gì?
LBTimer Yukon Extension là một tiện ích mở rộng Chrome được phát triển bởi LBTimer, và tính năng chính của nó là "The LBTimer Yukon extension works like the regular Yukon extension but without reporting the LBTimer extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LBTimer Yukon Extension
Tải xuống các tệp mở rộng LBTimer Yukon Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
LBTimer Yukon extension allows you to work on the Yukon project while still using the best available tool for raters: LBTimer extension. Enjoy the productivity boost of LBTimer while still complying with your vendor's requirements. Get LBTimer here: https://chrome.google.com/webstore/detail/nocdlcgkdeopogoldfeahdneobfaiggd Happy rating!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LBTimer Yukon Extension |
ID | pbganmnocjingoghecgofddpmpnnnccp |
URL Chính Thức | https://chromewebstore.google.com/detail/lbtimer-yukon-extension/pbganmnocjingoghecgofddpmpnnnccp |
Mô tả | The LBTimer Yukon extension works like the regular Yukon extension but without reporting the LBTimer extension |
Kích Thước Tệp | 52.9 KB |
Số Lần Cài Đặt | 124 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2021-04-29 |
Ngày Phát Hành | 2019-03-05 |
Đánh Giá | 2.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | LBTimer |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://lbtimer.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "lib\/pidcrypt\/pidcrypt_c.js", "lib\/pidcrypt\/pidcrypt_util_c.js", "lib\/pidcrypt\/asn1_c.js", "lib\/pidcrypt\/jsbn_c.js", "lib\/pidcrypt\/rng_c.js", "lib\/pidcrypt\/prng4_c.js", "lib\/pidcrypt\/rsa_c.js", "lib\/pidcrypt\/md5_c.js", "lib\/jsencrypt\/pbkdf2.js", "lib\/jsencrypt\/aes.js", "lib\/moment\/moment.min.js", "n.js", "u.js", "b.js" ] }, "browser_action": { "default_icon": "images\/y.png", "default_popup": "y.html" }, "content_scripts": [ { "js": [ "c.js" ], "matches": [ "*:\/\/*.raterhub.com\/*" ] } ], "description": "The LBTimer Yukon extension works like the regular Yukon extension but without reporting the LBTimer extension", "icons": { "128": "y128.png", "48": "y48.png" }, "manifest_version": 2, "minimum_chrome_version": "31", "name": "LBTimer Yukon Extension", "permissions": [ "tabs", "storage", "management", "privacy", "contentSettings", "webRequest", "webNavigation", "http:\/\/*.raterhub.com\/*", "https:\/\/*.raterhub.com\/*", "http:\/\/connect.appen.com\/*", "https:\/\/connect.appen.com\/*", "http:\/\/raterlabs.appen.com\/*", "https:\/\/raterlabs.appen.com\/*" ], "short_name": "LBYukon", "version": "1.5" } |