1000 Bots

Surf the Web as Googlebot. Ever wondered what the Googlebot get’s to see online that you do not?

Τι είναι το 1000 Bots;

Το 1000 Bots είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον !Mediengruppe Bitnik, και η κύρια λειτουργία του είναι "Surf the Web as Googlebot. Ever wondered what the Googlebot get’s to see online that you do not?".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης 1000 Bots

Λήψη αρχείων επέκτασης 1000 Bots σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Have you ever wanted to surf the webs as a bot? Ever wondered what the Googlebot get’s to see online that you do not? Install 1000 Bots to find out and surf the Internet as Googlebot – the most influential Internet
user of all.

1000 Bots is a simple web extension which changes your browser’s user agent to that of the Googlebot. Googlebot is a web crawler which surfs the web extensively to build a searchable index for the Google search engine (making it one of the most influential Internet users. Only what it sees is indexed and can be found by other users later). By changing your settings to match those of Googlebot, you become one of thousands of Google web crawlers browsing the web to index its contents.

Surfing the web as Googlebot gives you access to what is referred to as the grey web, a layer of content only visible to bots. In some cases it might give you access to websites and archives that are usually hidden behind a paywall. Because while the website owner will serve the normal user a login page, they will give web crawlers access to their full archive in order for it to be represented in Google’s search results.

Step 1:
💻 Install the web extension

Step 2:
📡 To start surfing as Googlebot, clicking on the icon in the browser toolbar

Step 3: 
🌊 Surf your favourite websites

Step 4:
🌐 Check RYBN's Double Negative Capchas to see if you pass the bot test.
https://1000scores.com/portfolio-items/rybn-double-negative-captchas/
(Sometimes take the test twice until it works)

1000 Bots is an art piece by !Mediengruppe Bitnik commissioned by the website 1000scores.com & Literaturforum im Brecht-Haus Berlin. 

The source code for 1000 Bots is free software and published under the GNU GPLv3.

<3 !Mediengruppe Bitnik                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 1000 Bots 1000 Bots
ID ecpdhlloflbgbfjklnpedhiapeckiapa
Επίσημο URL https://chromewebstore.google.com/detail/1000-bots/ecpdhlloflbgbfjklnpedhiapeckiapa
Περιγραφή Surf the Web as Googlebot. Ever wondered what the Googlebot get’s to see online that you do not?
Μέγεθος Αρχείου 22.31 KB
Αριθμός Εγκαταστάσεων 566
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2020-09-16
Ημερομηνία Δημοσίευσης 2020-09-13
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής !Mediengruppe Bitnik
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://1000scores.com/portfolio-items/mediengruppe-bitnik-1000-bots/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/1000scores.com\/portfolio-items\/mediengruppe-bitnik-1000-bots\/",
    "name": "1000 Bots",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "55.0"
        }
    },
    "description": "Surf the Web as Googlebot. Ever wondered what the Googlebot get\u2019s to see online that you do not?",
    "version": "0.0.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "name": "Click to change your browsers perspective",
        "default_icon": "icon_OFF_48.png"
    },
    "manifest_version": 2
}