Fun Crawler

Fun Crawler aimlessly crawls your website by clicking on clinks

Qu'est-ce que Fun Crawler ?

Fun Crawler est une extension Chrome développée par Brett Sykes, et sa fonction principale est "Fun Crawler aimlessly crawls your website by clicking on clinks".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fun Crawler

Téléchargez les fichiers d'extension Fun Crawler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        An in-Chrome web crawler that aimlessly clicks on links on your website.                    

Informations de Base sur l'Extension

Nom Fun Crawler Fun Crawler
ID didijflcofghegahfamjajdememegipg
URL Officiel https://chromewebstore.google.com/detail/fun-crawler/didijflcofghegahfamjajdememegipg
Description Fun Crawler aimlessly crawls your website by clicking on clinks
Taille du Fichier 14.91 KB
Nombre d'Installations 74
Version Actuelle 0.0.5
Dernière Mise à Jour 2016-06-19
Date de Publication 2016-06-19
Évaluation 2.33/5 Total 3 Évaluations
Développeur Brett Sykes
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/bretts/fun-crawler
Langues Prises en Charge 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"
            ]
        }
    ]
}