Fun Crawler
Fun Crawler aimlessly crawls your website by clicking on clinks
Wat is Fun Crawler?
Fun Crawler is een Chrome-extensie ontwikkeld door Brett Sykes, en de belangrijkste functie is "Fun Crawler aimlessly crawls your website by clicking on clinks".
Extensie Screenshots
Download het CRX-bestand van de extensie Fun Crawler
Download Fun Crawler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An in-Chrome web crawler that aimlessly clicks on links on your website.
Basisinformatie over de Extensie
Naam | Fun Crawler |
ID | didijflcofghegahfamjajdememegipg |
Officiële URL | https://chromewebstore.google.com/detail/fun-crawler/didijflcofghegahfamjajdememegipg |
Beschrijving | Fun Crawler aimlessly crawls your website by clicking on clinks |
Bestandsgrootte | 14.91 KB |
Aantal Installaties | 74 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2016-06-19 |
Publicatiedatum | 2016-06-19 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Brett Sykes |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/bretts/fun-crawler |
Ondersteunde Talen | 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" ] } ] } |