Fun Crawler
Fun Crawler aimlessly crawls your website by clicking on clinks
Fun Crawler क्या है?
Fun Crawler Brett Sykes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fun Crawler aimlessly crawls your website by clicking on clinks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fun Crawler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An in-Chrome web crawler that aimlessly clicks on links on your website.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | didijflcofghegahfamjajdememegipg |
आधिकारिक URL | https://chromewebstore.google.com/detail/fun-crawler/didijflcofghegahfamjajdememegipg |
विवरण | Fun Crawler aimlessly crawls your website by clicking on clinks |
फ़ाइल का आकार | 14.91 KB |
स्थापना संख्या | 74 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2016-06-19 |
प्रकाशन तिथि | 2016-06-19 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | Brett Sykes |
ईमेल | brettcsykes@gmail.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/bretts/fun-crawler |
समर्थित भाषाएँ | 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" ] } ] } |