Happy Translator

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

ما هو Happy Translator؟

Happy Translator هو إضافة Chrome تم تطويرها بواسطة http://choosehappy.koodomobile.com، والميزة الرئيسية لها هي "Turn negativity into nice-itivity, all over your internets.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Happy Translator

قم بتنزيل ملفات الامتداد Happy Translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Happy Translator Happy Translator
ID hnjmndaoladpepcdbmcfllenhmplfpbl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/happy-translator/hnjmndaoladpepcdbmcfllenhmplfpbl
الوصف Turn negativity into nice-itivity, all over your internets.
حجم الملف 93.37 KB
عدد التثبيتات 31
النسخة الحالية 1.2.1
آخر تحديث 2016-01-29
تاريخ النشر 2016-01-29
تقييم 4.50/5 مجموع تقييمات 2
المطور http://choosehappy.koodomobile.com
نوع الدفع free
موقع الإضافة http://choosehappy.koodomobile.com
اللغات المدعومة 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'"
}