reShape - Craigslist
It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…
reShape - Craigslist là gì?
reShape - Craigslist là một tiện ích mở rộng Chrome được phát triển bởi saoron, và tính năng chính của nó là "It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…".
Ả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 reShape - Craigslist
Tải xuống các tệp mở rộng reShape - Craigslist 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
It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org a new look. Please send your feedback to [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | reShape - Craigslist |
ID | cgfgpklfbmmflakiadcefbjmokalnghm |
URL Chính Thức | https://chromewebstore.google.com/detail/reshape-craigslist/cgfgpklfbmmflakiadcefbjmokalnghm |
Mô tả | It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org… |
Kích Thước Tệp | 1.1 MB |
Số Lần Cài Đặt | 117 |
Phiên Bản Hiện Tại | 0.1.8 |
Cập Nhật Lần Cuối | 2015-11-25 |
Ngày Phát Hành | 2015-11-25 |
Đánh Giá | 3.44/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | saoron |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "reShape - Craigslist", "version": "0.1.8", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "page_action": { "default_icon": "images\/icon.png", "default_title": "Make the web less noisy", "default_popup": "html\/popup.html" }, "permissions": [ "declarativeContent" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.craigslist.org\/*", "*:\/\/*.craigslist.co.kr\/*", "*:\/\/*.craigslist.co.uk\/*", "*:\/\/*.craigslist.es\/*", "*:\/\/*.craigslist.com.au\/*", "*:\/\/*.craigslist.com.ca\/*", "*:\/\/*.craigslist.ca\/*" ], "js": [ "js\/libs\/jquery.js", "js\/libs\/bootstrap.min.js", "js\/libs\/bootstrap-select.js", "js\/content.js" ], "css": [ "css\/font-awesome.css", "css\/bootstrap.min.css", "css\/bootstrap-select.min.css", "css\/awesome-bootstrap-checkbox.css", "css\/common.css" ] } ], "options_page": "html\/options.html", "devtools_page": "html\/devtools.html", "web_accessible_resources": [ "js\/*", "html\/*", "css\/*", "images\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |