Refuse To Be Human

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

Refuse To Be Humanคืออะไร?

Refuse To Be Human เป็นส่วนขยายของ Chrome ที่พัฒนาโดย !Mediengruppe Bitnik และคุณลักษณะหลักของมันคือ "Surf the Web as YandexBot. Ever wondered what the YandexBot get’s to see online that you do not?"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Refuse To Be Human

ดาวน์โหลดไฟล์ส่วนขยาย Refuse To Be Human ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Refuse To Be Human is a simple web extension which changes your browser’s user agent to that of the Yandex bot. Yandex bot is a web crawler which surfs the web extensively to build a searchable index for the Yandex search engine (making it - together with Googlebot - one of the most influential Internet users. Only what it sees is indexed and can later be found by other users through Yandex search, the most popular search engine in Russia). By changing your settings to match those of Yandex bot, you become one of thousands of Yandex web crawlers browsing the web to index its contents.

Surfing the web as Yandex bot 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 present the regular user with a login page, they will give web crawlers access to their full archive in order for it to be represented in Yandex’s search results.

Step 1:
💻 Install the web extension

Step 2:
📡 To start surfing as Yandex bot, click on the new 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.
http://www.rybn.org/projects/1000scores/
(You might have to take the test twice until it works.)

Step 5:
🖱 Also download 1000 Bots, the addon that enables you to surf the webs as Googlebot
https://chrome.google.com/webstore/detail/1000-bots/ecpdhlloflbgbfjklnpedhiapeckiapa
You can compare the two bot-experiences

Refuse to be human is an art piece by !Mediengruppe Bitnik commissioned by Transmediale and Open Berlin.

The source code [1] for refuse to be human is free software and published under the GNU GPLv3.

<3 !Mediengruppe Bitnik

[1] source code: https://wwwwwwwwwwwwwwwwwwwwww.bitnik.org/data/code/1000_bots_webextension.zip                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Refuse To Be Human Refuse To Be Human
ID pcphaaoaejpogojljbbjlplblajgoihb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/refuse-to-be-human/pcphaaoaejpogojljbbjlplblajgoihb
คำอธิบาย Surf the Web as YandexBot. Ever wondered what the YandexBot get’s to see online that you do not?
ขนาดไฟล์ 19.83 KB
จำนวนการติดตั้ง 224
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-03-17
วันที่เผยแพร่ 2021-03-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา !Mediengruppe Bitnik
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wwwwwwwwwwwwwwwwwwwwww.bitnik.org/rh/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/wwwwwwwwwwwwwwwwwwwwww.bitnik.org\/rh\/",
    "name": "Refuse To Be Human",
    "description": "Surf the Web as YandexBot. Ever wondered what the YandexBot 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
}