UNIFIED CHALLENGES CheckPlay Tool (Flickr)
CheckPlay Tool for Flickr CHALLENGE groups
UNIFIED CHALLENGES CheckPlay Tool (Flickr) là gì?
UNIFIED CHALLENGES CheckPlay Tool (Flickr) là một tiện ích mở rộng Chrome được phát triển bởi Alesa Dam, và tính năng chính của nó là "CheckPlay Tool for Flickr CHALLENGE groups".
Tải xuống tệp CRX của tiện ích mở rộng UNIFIED CHALLENGES CheckPlay Tool (Flickr)
Tải xuống các tệp mở rộng UNIFIED CHALLENGES CheckPlay Tool (Flickr) 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
The script gives visual feedback on challenges in the supported Flickr Challenge Groups.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ocbokinknmkiofolhjbhccbhkfpplaif |
URL Chính Thức | https://chrome.google.com/webstore/detail/ocbokinknmkiofolhjbhccbhkfpplaif |
Mô tả | CheckPlay Tool for Flickr CHALLENGE groups |
Kích Thước Tệp | 133 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 3.2.10 |
Cập Nhật Lần Cuối | 2014-03-13 |
Ngày Phát Hành | 2014-03-13 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Alesa Dam |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.flickr.com/groups/unified_checkplay/discuss/72157623600133810/ |
URL Trang Trợ Giúp | http://www.flickr.com/groups/unified_checkplay/discuss/72157623600133810/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UNIFIED CHALLENGES CheckPlay Tool (Flickr)", "version": "3.2.10", "description": "CheckPlay Tool for Flickr CHALLENGE groups", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2, "background": { "scripts": [ "scripts\/mootools-1.2.5-core-yc.js", "background.js" ] }, "web_accessible_resources": [ "images\/paypal.png", "images\/amazon.png", "images\/bitcoin.png", "images\/pulser2.gif", "images\/icon_check_small.png", "images\/icon_error_x_small.png", "images\/icon_check.png" ], "homepage_url": "http:\/\/www.flickr.com\/groups\/unified_checkplay\/discuss\/72157623600133810\/", "content_scripts": [ { "matches": [ "http:\/\/*.flickr.com\/groups\/*\/discuss\/*", "https:\/\/*.flickr.com\/groups\/*\/discuss\/*" ], "exclude_matches": [ "http:\/\/*.flickr.com\/*\/?search*", "https:\/\/*.flickr.com\/*\/?search*" ], "js": [ "scripts\/mootools-1.2.5-core-yc.js", "scripts\/ucp_greasemonkey_layer.js", "scripts\/unified_challenges_check.user.js" ] } ], "run_at": "document_end" } |