Fun Crawler
Fun Crawler aimlessly crawls your website by clicking on clinks
Fun Crawler là gì?
Fun Crawler là một tiện ích mở rộng Chrome được phát triển bởi Brett Sykes, và tính năng chính của nó là "Fun Crawler aimlessly crawls your website by clicking on clinks".
Ả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 Fun Crawler
Tải xuống các tệp mở rộng Fun Crawler 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
An in-Chrome web crawler that aimlessly clicks on links on your website.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fun Crawler |
ID | didijflcofghegahfamjajdememegipg |
URL Chính Thức | https://chromewebstore.google.com/detail/fun-crawler/didijflcofghegahfamjajdememegipg |
Mô tả | Fun Crawler aimlessly crawls your website by clicking on clinks |
Kích Thước Tệp | 14.91 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2016-06-19 |
Ngày Phát Hành | 2016-06-19 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Brett Sykes |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/bretts/fun-crawler |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fun Crawler", "version": "0.0.5", "manifest_version": 2, "description": "Fun Crawler aimlessly crawls your website by clicking on clinks", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "Fun Crawler", "default_popup": "browseraction\/popup.html" }, "background": { "scripts": [ "funCrawler.js", "background.js" ], "persistent": true }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |