Drifting & Googling

Make your Google search drift.

Apa itu Drifting & Googling?

Drifting & Googling adalah ekstensi Chrome yang dikembangkan oleh Summer Chao, dan fitur utamanya adalah "Make your Google search drift.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Drifting & Googling

Unduh file ekstensi Drifting & Googling dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Drifting & Googling Drifting & Googling
ID kfbkiimghfccljjpjckphhdaldebbgoc
URL Resmi https://chromewebstore.google.com/detail/drifting-googling/kfbkiimghfccljjpjckphhdaldebbgoc
Deskripsi Make your Google search drift.
Ukuran File 52.89 KB
Jumlah Instalasi 28
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-12-22
Tanggal Publikasi 2020-12-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Summer Chao
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.linkedin.com/in/summer-chao-920547158/
Bahasa yang Didukung 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"
            ]
        }
    ]
}