Harambe Zoo

Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!

ما هو Harambe Zoo؟

Harambe Zoo هو إضافة Chrome تم تطويرها بواسطة Trumani، والميزة الرئيسية لها هي "Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!".

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

screenshot

تحميل ملف CRX للإضافة Harambe Zoo

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

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

                        Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. You can choose to display the switch at random once a day in the settings. You can also exclude specified URLs. May he rest in peace.                    

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

الاسم Harambe Zoo Harambe Zoo
ID fdiabppfcahejnampgcdfnpbdedledhc
عنوان URL الرسمي https://chromewebstore.google.com/detail/harambe-zoo/fdiabppfcahejnampgcdfnpbdedledhc
الوصف Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!
حجم الملف 42.73 KB
عدد التثبيتات 48
النسخة الحالية 0.1.0
آخر تحديث 2016-09-14
تاريخ النشر 2016-09-14
تقييم 5.00/5 مجموع تقييمات 2
المطور Trumani
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://trumani.com
عنوان صفحة سياسة الخصوصية http://trumani.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe Zoo",
    "version": "0.1.0",
    "description": "Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!",
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19-on.png",
        "default_title": "Toggle Swtich"
    },
    "content_security_policy": "default-src 'none'; script-src 'self'",
    "options_page": "options.html"
}