Some Rich Asshole

Replaces the text 'Donald Trump' with 'Some Rich Asshole'.

ما هو Some Rich Asshole؟

Some Rich Asshole هو إضافة Chrome تم تطويرها بواسطة drew، والميزة الرئيسية لها هي "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Some Rich Asshole

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

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

                        A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"                    

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

الاسم Some Rich Asshole Some Rich Asshole
ID hgcjjgnlnheojgpdiafpdnjjpbkedgfh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh
الوصف Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
حجم الملف 33.73 KB
عدد التثبيتات 603
النسخة الحالية 1.2
آخر تحديث 2015-09-17
تاريخ النشر 2015-09-17
تقييم 4.81/5 مجموع تقييمات 72
المطور drew
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة http://somerichasshole.com
عنوان صفحة المساعدة http://somerichasshole.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Some Rich Asshole",
    "version": "1.2",
    "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}