Click Trap Remover, Shortlinker and POD post
Makes Facebook dialogs right clickable and shortable. Now with PODs.
Click Trap Remover, Shortlinker and POD post là gì?
Click Trap Remover, Shortlinker and POD post là một tiện ích mở rộng Chrome được phát triển bởi Spockholm Tools, và tính năng chính của nó là "Makes Facebook dialogs right clickable and shortable. Now with PODs.".
Ả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 Click Trap Remover, Shortlinker and POD post
Tải xuống các tệp mở rộng Click Trap Remover, Shortlinker and POD post 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
When playing the FB Wrapped Mafia Wars game, Facebook adds a block to copy-paste text content. This extension vill remove that. Bonus feature, enables you to shorturl links with the spockon.me service from Spockholm Mafia Tools. Now with POD support! Change settings on the addons page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bfkpgpnhpamnbamgbpdhegjehippjdgd |
URL Chính Thức | https://chrome.google.com/webstore/detail/click-trap-remover-shortl/bfkpgpnhpamnbamgbpdhegjehippjdgd |
Mô tả | Makes Facebook dialogs right clickable and shortable. Now with PODs. |
Kích Thước Tệp | 24.2 KB |
Số Lần Cài Đặt | 1,004 |
Phiên Bản Hiện Tại | 2.55 |
Cập Nhật Lần Cuối | 2015-10-16 |
Ngày Phát Hành | 2015-10-16 |
Đánh Giá | 4.00/5 Tổng số 48 Đánh Giá |
Nhà Phát Triển | Spockholm Tools |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.spockholm.com/mafia/testing.php |
URL Trang Trợ Giúp | http://spockon.me/forum/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Click Trap Remover, Shortlinker and POD post", "short_name": "ClickTrapShort", "homepage_url": "http:\/\/www.spockholm.com\/mafia\/donate.php", "version": "2.55", "manifest_version": 2, "description": "Makes Facebook dialogs right clickable and shortable. Now with PODs.", "icons": { "128": "icon_128.png" }, "options_page": "clicktrap\/options.html", "options_ui": { "page": "clicktrap\/options.html", "chrome_style": true }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/www.facebook.com\/dialog\/feed*", "*:\/\/www.facebook.com\/*\/dialog\/feed*", "*:\/\/apps.facebook.com\/inthemafia\/*" ], "run_at": "document_end", "js": [ "clicktrap\/clicktrap.js" ] } ], "permissions": [ "*:\/\/spockon.me\/*", "*:\/\/pod.mwlists.com\/*", "*:\/\/mwlists.com\/*", "storage" ] } |