National to Reptile

Real talk

ما هو National to Reptile؟

National to Reptile هو إضافة Chrome تم تطويرها بواسطة David Kirschberg، والميزة الرئيسية لها هي "Real talk".

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

screenshot

تحميل ملف CRX للإضافة National to Reptile

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

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

                        Reveals the true nature of the New Zealand government. Replacing National Party with 'Reptilian Party', as well 'National' in certain other places.                    

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

الاسم National to Reptile National to Reptile
ID pmddmkimneenlhicfoogbeojicjjabai
عنوان URL الرسمي https://chromewebstore.google.com/detail/national-to-reptile/pmddmkimneenlhicfoogbeojicjjabai
الوصف Real talk
حجم الملف 44.96 KB
عدد التثبيتات 16
النسخة الحالية 0.1.1
آخر تحديث 2016-05-02
تاريخ النشر 2016-05-02
تقييم 5.00/5 مجموع تقييمات 2
المطور David Kirschberg
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "National to Reptile ",
    "description": "Real talk",
    "version": "0.1.1",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}