Drifting & Googling

Make your Google search drift.

Hvad er Drifting & Googling?

Drifting & Googling er en Chrome-udvidelse udviklet af Summer Chao, og dens hovedfunktion er "Make your Google search drift.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Drifting & Googling-udvidelses-CRX-fil

Download Drifting & Googling-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Drifting & Googling Drifting & Googling
ID kfbkiimghfccljjpjckphhdaldebbgoc
Officiel URL https://chromewebstore.google.com/detail/drifting-googling/kfbkiimghfccljjpjckphhdaldebbgoc
Beskrivelse Make your Google search drift.
Filstørrelse 52.89 KB
Antal Installationer 28
Nuværende Version 1.0.0
Senest Opdateret 2020-12-22
Udgivelsesdato 2020-12-07
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Summer Chao
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.linkedin.com/in/summer-chao-920547158/
Understøttede Sprog 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"
            ]
        }
    ]
}