Anonymous to 15 year old kid

Replaces the text 'anonymous' by '15 year old kid'.

ما هو Anonymous to 15 year old kid؟

Anonymous to 15 year old kid هو إضافة Chrome تم تطويرها بواسطة amonije، والميزة الرئيسية لها هي "Replaces the text 'anonymous' by '15 year old kid'.".

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

screenshot

تحميل ملف CRX للإضافة Anonymous to 15 year old kid

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

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

                        This extension replaces all "Anonymous" words by "group of 15 year old kids" and other things on web pages. The results are funny.


FAQ:

- Why ?
--> Because

- It's not funny
--> I don't care

Source code here: https://github.com/Malharhak/Anonymous-To-15-Year-Old-Kid if you're a 15 year old hacker that wants to hackitty hack.                    

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

الاسم Anonymous to 15 year old kid Anonymous to 15 year old kid
ID lkfinojjbbpiedipbemghkhlbjiobjoa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa
الوصف Replaces the text 'anonymous' by '15 year old kid'.
حجم الملف 3.66 KB
عدد التثبيتات 28
النسخة الحالية 1.2
آخر تحديث 2015-11-30
تاريخ النشر 2015-11-30
تقييم 3.83/5 مجموع تقييمات 6
المطور amonije
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anonymous to 15 year old kid",
    "version": "1.2",
    "description": "Replaces the text 'anonymous' by '15 year old kid'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}