Drifting & Googling

Make your Google search drift.

Vad är Drifting & Googling?

Drifting & Googling är en Chrome-tillägg utvecklad av Summer Chao, och dess huvudfunktion är "Make your Google search drift.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Drifting & Googling-förlängningens CRX-fil

Ladda ner Drifting & Googling-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Drifting & Googling Drifting & Googling
ID kfbkiimghfccljjpjckphhdaldebbgoc
Officiell webbadress https://chromewebstore.google.com/detail/drifting-googling/kfbkiimghfccljjpjckphhdaldebbgoc
Beskrivning Make your Google search drift.
Filstorlek 52.89 KB
Antal Installationer 28
Aktuell Version 1.0.0
Senast Uppdaterad 2020-12-22
Publiceringsdatum 2020-12-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Summer Chao
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.linkedin.com/in/summer-chao-920547158/
Stödda Språk 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"
            ]
        }
    ]
}