Happy Translator

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

Was ist Happy Translator?

Happy Translator ist eine Chrome-Erweiterung, die von http://choosehappy.koodomobile.com entwickelt wurde, und ihr Hauptmerkmal ist "Turn negativity into nice-itivity, all over your internets.".

Erweiterungsscreenshots

screenshot

Happy Translator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Happy Translator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Happy Translator Happy Translator
ID hnjmndaoladpepcdbmcfllenhmplfpbl
Offizielle URL https://chrome.google.com/webstore/detail/happy-translator/hnjmndaoladpepcdbmcfllenhmplfpbl
Beschreibung Turn negativity into nice-itivity, all over your internets.
Dateigröße 93.37 KB
Installationsanzahl 31
Aktuelle Version 1.2.1
Letztes Update 2016-01-29
Veröffentlichungsdatum 2016-01-29
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler http://choosehappy.koodomobile.com
Zahlungsart free
Erweiterungswebsite http://choosehappy.koodomobile.com
Unterstützte Sprachen 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'"
}