Top Contributor Tools
Extension reports about new topics on productforums.google.com and provides context menu to report abuse.
What is Top Contributor Tools?
Top Contributor Tools is a Chrome extension developed by Gaskarov Bros Studio, and its main feature is "Extension reports about new topics on productforums.google.com and provides context menu to report abuse.".
Extension Screenshots
Download Top Contributor Tools Extension CRX File
Download Top Contributor Tools 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
Whats new: 1.1.4 + Nexus, YouTube (fr) - Blogger, Drive, Earth (fr) 1.1.3: + Nexus, Orkut (en) - Places, Groups (fr) 1.1.2: + Google Wallet (en) + Google Toolbar (fr)
Extension Basic Information
Name | |
ID | kfllhofgockdgdlnnaiheemakeolnddb |
Official URL | https://chrome.google.com/webstore/detail/top-contributor-tools/kfllhofgockdgdlnnaiheemakeolnddb |
Description | Extension reports about new topics on productforums.google.com and provides context menu to report abuse. |
File Size | 115 KB |
Installation Count | 65 |
Current Version | 1.1.4 |
Last Updated | 2015-02-14 |
Publish Date | 2015-02-14 |
Rating | 4.96/5 Total 24 Ratings |
Developer | Gaskarov Bros Studio |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Top Contributor Tools", "description": "Extension reports about new topics on productforums.google.com and provides context menu to report abuse.", "version": "1.1.4", "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "options_page": "options.html", "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" } }, "background": { "scripts": [ "jquery.js", "date.js", "lib.js", "bg.js" ], "persistent": false }, "permissions": [ "*:\/\/productforums.google.com\/*", "alarms", "notifications", "contextMenus", "tabs" ], "web_accessible_resources": [ "128.png" ] } |