Drifting & Googling

Make your Google search drift.

What is Drifting & Googling?

Drifting & Googling is a Chrome extension developed by Summer Chao, and its main feature is "Make your Google search drift.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Drifting & Googling Extension CRX File

Download Drifting & Googling extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Drifting & Googling Drifting & Googling
ID kfbkiimghfccljjpjckphhdaldebbgoc
Official URL https://chromewebstore.google.com/detail/drifting-googling/kfbkiimghfccljjpjckphhdaldebbgoc
Description Make your Google search drift.
File Size 52.89 KB
Installation Count 28
Current Version 1.0.0
Last Updated 2020-12-22
Publish Date 2020-12-07
Rating 5.00/5 Total 1 Ratings
Developer Summer Chao
Email [email protected]
Payment Type free
Extension Website https://www.linkedin.com/in/summer-chao-920547158/
Supported Languages 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"
            ]
        }
    ]
}