Fun Crawler
Fun Crawler aimlessly crawls your website by clicking on clinks
Co je Fun Crawler?
Fun Crawler je rozšíření Chrome vyvinuté Brett Sykes, a jeho hlavní funkcí je „Fun Crawler aimlessly crawls your website by clicking on clinks“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fun Crawler
Stáhněte si soubory rozšíření Fun Crawler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
An in-Chrome web crawler that aimlessly clicks on links on your website.
Základní Informace o Rozšíření
Název | Fun Crawler |
ID | didijflcofghegahfamjajdememegipg |
Oficiální URL | https://chromewebstore.google.com/detail/fun-crawler/didijflcofghegahfamjajdememegipg |
Popis | Fun Crawler aimlessly crawls your website by clicking on clinks |
Velikost souboru | 14.91 KB |
Počet instalací | 74 |
Aktuální Verze | 0.0.5 |
Poslední Aktualizace | 2016-06-19 |
Datum Vydání | 2016-06-19 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | Brett Sykes |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/bretts/fun-crawler |
Podporované Jazyky | 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" ] } ] } |