Happy Translator

Turn negativity into nice-itivity, all over your internets.

Qu'est-ce que Happy Translator ?

Happy Translator est une extension Chrome développée par http://choosehappy.koodomobile.com, et sa fonction principale est "Turn negativity into nice-itivity, all over your internets.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Happy Translator

Téléchargez les fichiers d'extension Happy Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Tired of trolls mucking up your comment feeds? Ready to read replies that aren’t just ‘@(*#$@#$&”? Have we got the Chrome Extension for you!
Just download it, turn it on, and enjoy your happier internet.                    

Informations de Base sur l'Extension

Nom Happy Translator Happy Translator
ID hnjmndaoladpepcdbmcfllenhmplfpbl
URL Officiel https://chrome.google.com/webstore/detail/happy-translator/hnjmndaoladpepcdbmcfllenhmplfpbl
Description Turn negativity into nice-itivity, all over your internets.
Taille du Fichier 93.37 KB
Nombre d'Installations 31
Version Actuelle 1.2.1
Dernière Mise à Jour 2016-01-29
Date de Publication 2016-01-29
Évaluation 4.50/5 Total 2 Évaluations
Développeur http://choosehappy.koodomobile.com
Type de Paiement free
Site Web de l'Extension http://choosehappy.koodomobile.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Happy Translator",
    "version": "1.2.1",
    "description": "Turn negativity into nice-itivity, all over your internets.",
    "author": "CampJefferson",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/128.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "ht-storage.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/32.png",
            "38": "images\/48.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_maches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/calendar.google.com\/*",
                "*:\/\/drive.google.com\/*",
                "*:\/\/docs.google.com\/*",
                "*:\/\/calendar.google.com\/*",
                "*:\/\/bitbucket.org\/*",
                "*:\/\/toggl.com\/*",
                "*:\/\/*.slack.com\/*",
                "*:\/\/trello.com\/*"
            ],
            "all_frames": false,
            "js": [
                "ht-storage.js",
                "findAndReplaceDOMText.js",
                "ga.js",
                "jquery-1.11.3.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "dictionary.json"
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}