Drifting & Googling
Make your Google search drift.
Was ist Drifting & Googling?
Drifting & Googling ist eine Chrome-Erweiterung, die von Summer Chao entwickelt wurde, und ihr Hauptmerkmal ist "Make your Google search drift.".
Erweiterungsscreenshots
Drifting & Googling-Erweiterungs-CRX-Datei herunterladen
Laden Sie Drifting & Googling-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Drifting & Googling |
ID | kfbkiimghfccljjpjckphhdaldebbgoc |
Offizielle URL | https://chromewebstore.google.com/detail/drifting-googling/kfbkiimghfccljjpjckphhdaldebbgoc |
Beschreibung | Make your Google search drift. |
Dateigröße | 52.89 KB |
Installationsanzahl | 28 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-12-22 |
Veröffentlichungsdatum | 2020-12-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Summer Chao |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.linkedin.com/in/summer-chao-920547158/ |
Unterstützte Sprachen | 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" ] } ] } |