De-t.co
This extension points all t.co urls on a page to their expanded url.
De-t.co là gì?
De-t.co là một tiện ích mở rộng Chrome được phát triển bởi johnpbloch, và tính năng chính của nó là "This extension points all t.co urls on a page to their expanded url.".
Ả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 De-t.co
Tải xuống các tệp mở rộng De-t.co 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
Sometimes twitter's url shortener is slow or unresponsive. Take them out of the equation. This extension only runs on twitter.com and subdomains of twitter.com. Since this is a background script, I added a screenshot of kittens. Not sure what else to do. Image source: http://www.flickr.com/photos/35652310@N00/4139577452/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | De-t.co |
ID | jmdlmkhbhmlgkpjelenjcpgcldhednif |
URL Chính Thức | https://chromewebstore.google.com/detail/de-tco/jmdlmkhbhmlgkpjelenjcpgcldhednif |
Mô tả | This extension points all t.co urls on a page to their expanded url. |
Kích Thước Tệp | 17.79 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2016-09-13 |
Ngày Phát Hành | 2016-09-12 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | johnpbloch |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "De-t.co", "description": "This extension points all t.co urls on a page to their expanded url.", "version": "1.1.1", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "https:\/\/twitter.com\/", "https:\/\/*.twitter.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "js": [ "src\/de-t.co.js" ] } ] } |