Gizoogle 2.0
Makes all websites sound like Snoop Dogg, fo'rizzle mah nizzle. Based on the 2005-2008 website gizoogle.com. (STRONG LANGUAGE)
Τι είναι το Gizoogle 2.0;
Το Gizoogle 2.0 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://gizoogle2.tumblr.com, και η κύρια λειτουργία του είναι "Makes all websites sound like Snoop Dogg, fo'rizzle mah nizzle. Based on the 2005-2008 website gizoogle.com. (STRONG LANGUAGE)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gizoogle 2.0
Λήψη αρχείων επέκτασης Gizoogle 2.0 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Based on the popular 2005-2008 website Gizoogle.com, and influenced by rapper Snoop Dogg, the Gizoogle 2.0 addon “transizlates” (i.e. “translates”) almost any webpage into a Rap/Hip-Hop parody version of itself at the click of a button. Gizoogle 2.0 does this by randomly modifying the text contents of a webpage, with a Rap-inspired (and often irreverent and profanity-filled!) vocabulary, snippets of song lyrics from the one and only Snoop Dogg, and of course, a liberal application of the iconic “-izzle” suffix. Improvements over the original site and similar attempts at recreating Gizoogle include improved site compatibility, and near-instantaneous translation, thanks to the code running locally on your machine. It is the only current version of Gizoogle that fully and accurately recreates the original site, unlike other versions that exist online. Additional features: -Includes the “Textilizer” standalone translator for translating ANY text. -"Auto-transizlate" for automatically translating pages as you browse. -An optional “low-profanity” setting for those who appreciate satire and irony with a cleaner lexical palette. -Multiple adjustable settings to easily customize the level of "translation".
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fmlbfmomaljkgpojlalmifholhflgfmp |
Επίσημο URL | https://chrome.google.com/webstore/detail/gizoogle-20/fmlbfmomaljkgpojlalmifholhflgfmp |
Περιγραφή | Makes all websites sound like Snoop Dogg, fo'rizzle mah nizzle. Based on the 2005-2008 website gizoogle.com. (STRONG LANGUAGE) |
Μέγεθος Αρχείου | 239 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 2.0.6.3 |
Τελευταία Ενημέρωση | 2018-02-21 |
Ημερομηνία Δημοσίευσης | 2018-02-21 |
Αξιολόγηση | 4.45/5 Συνολικά 20 Αξιολογήσεις |
Προγραμματιστής | http://gizoogle2.tumblr.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | http://gizoogle2.tumblr.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://gizoogle2.tumblr.com/faqs#addonfaqs |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gizoogle 2.0", "short_name": "Gizoogle", "version": "2.0.6.3", "description": "Makes all websites sound like Snoop Dogg, fo'rizzle mah nizzle. Based on the 2005-2008 website gizoogle.com. (STRONG LANGUAGE)", "homepage_url": "http:\/\/gizoogle2.tumblr.com\/", "options_page": "content\/options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+T", "windows": "Alt+Shift+T", "mac": "Alt+Shift+T", "chromeos": "Alt+Shift+T", "linux": "Alt+Shift+T" } } }, "background": { "scripts": [ "content\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/gizoogle_a.gif", "images\/gizoogle_b.gif", "images\/spinners2.gif", "images\/gizoogle_c.gif" ], "icons": { "16": "icons\/spinners16x16.gif", "48": "icons\/spinners48x48.gif", "128": "icons\/spinners128x128.gif" }, "browser_action": { "default_icon": { "19": "icons\/spinners19x19.gif", "38": "icons\/spinners38x38.gif" }, "default_title": "Gizoogle 2.0" }, "manifest_version": 2 } |