Tweaks for Google Voice™
Make your Google Voice page a little better.
What is Tweaks for Google Voice™?
Tweaks for Google Voice™ is a Chrome extension developed by Will McSweeney, and its main feature is "Make your Google Voice page a little better.".
Extension Screenshots
Download Tweaks for Google Voice™ Extension CRX File
Download Tweaks for Google Voice™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds useful tweaks to your Google Voice page. Currently adds a new call/message/voicemail counter to the page icon and title, as well as keep the page up to date in the background. Changelog: • 3.2.4 - fix double count • 3.2.3 - update in bg, improve icon • 3.1.2 - update title, bug fixes • 3.0.0 - major update Permissions: • voice.google.com - add tweaks to GVoice page
Extension Basic Information
Name | Tweaks for Google Voice™ |
ID | lomidmppcdmojcgfnpfkmhbnakbnmaff |
Official URL | https://chromewebstore.google.com/detail/tweaks-for-google-voice/lomidmppcdmojcgfnpfkmhbnakbnmaff |
Description | Make your Google Voice page a little better. |
File Size | 18.69 KB |
Installation Count | 6,276 |
Current Version | 3.2.4 |
Last Updated | 2023-03-03 |
Publish Date | 2018-07-18 |
Rating | 3.95/5 Total 37 Ratings |
Developer | Will McSweeney |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "tweaker.js" ], "matches": [ "https:\/\/voice.google.com\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "worker.js" ], "persistent": true }, "description": "Make your Google Voice page a little better.", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png" }, "manifest_version": 2, "name": "Tweaks for Google Voice\u2122", "short_name": "GVoice Tweaks", "version": "3.2.4" } |