Drifting & Googling

Make your Google search drift.

Wat is Drifting & Googling?

Drifting & Googling is een Chrome-extensie ontwikkeld door Summer Chao, en de belangrijkste functie is "Make your Google search drift.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Drifting & Googling

Download Drifting & Googling-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

                        This extension breaks all the google search results and makes them float and bounce around on your web page. Let's search without algorithm sorting results for you!                    

Basisinformatie over de Extensie

Naam Drifting & Googling Drifting & Googling
ID kfbkiimghfccljjpjckphhdaldebbgoc
Officiële URL https://chromewebstore.google.com/detail/drifting-googling/kfbkiimghfccljjpjckphhdaldebbgoc
Beschrijving Make your Google search drift.
Bestandsgrootte 52.89 KB
Aantal Installaties 28
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-12-22
Publicatiedatum 2020-12-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Summer Chao
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.linkedin.com/in/summer-chao-920547158/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drifting & Googling",
    "version": "1.0.0",
    "description": "Make your Google search drift.",
    "homepage_url": "https:\/\/www.linkedin.com\/in\/summer-chao-920547158\/",
    "manifest_version": 2,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "64": "logo-64.png",
        "128": "logo-128.png",
        "256": "logo-256.png",
        "512": "logo-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "css": [
                "basic-extension.css"
            ],
            "js": [
                "jquery.min.js",
                "ready.js",
                "basic-extension.user.js"
            ]
        }
    ]
}