Top Contributor Tools

Extension reports about new topics on productforums.google.com and provides context menu to report abuse.

Cos'è Top Contributor Tools?

Top Contributor Tools è un'estensione di Chrome sviluppata da Gaskarov Bros Studio, e la sua funzione principale è "Extension reports about new topics on productforums.google.com and provides context menu to report abuse.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Top Contributor Tools

Scarica i file di estensione Top Contributor Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Top Contributor Tools Top Contributor Tools
ID kfllhofgockdgdlnnaiheemakeolnddb
URL Ufficiale https://chrome.google.com/webstore/detail/top-contributor-tools/kfllhofgockdgdlnnaiheemakeolnddb
Descrizione Extension reports about new topics on productforums.google.com and provides context menu to report abuse.
Dimensione del File 115 KB
Conteggio Installazioni 65
Versione Corrente 1.1.4
Ultimo Aggiornamento 2015-02-14
Data di Pubblicazione 2015-02-14
Valutazione 4.96/5 Totale 24 Valutazioni
Sviluppatore Gaskarov Bros Studio
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}