The Trumpweb

Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.

ما هو The Trumpweb؟

The Trumpweb هو إضافة Chrome تم تطويرها بواسطة Patrick Hogan، والميزة الرئيسية لها هي "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.".

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

screenshot

تحميل ملف CRX للإضافة The Trumpweb

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

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

                        This Chrome extension looks through the text of a webpage you're visiting and adds a quote that Donald Trump either said during a media appearance or wrote on Twitter to his name. That's it. Nothing more. 

Developed by Fusion. Learn more at Fusion.net.                    

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

الاسم The Trumpweb The Trumpweb
ID fjkehfaokpmcbigmbgdhmjblecgfkedg
عنوان URL الرسمي https://chromewebstore.google.com/detail/the-trumpweb/fjkehfaokpmcbigmbgdhmjblecgfkedg
الوصف Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.
حجم الملف 10.36 KB
عدد التثبيتات 3,664
النسخة الحالية 0.2.1
آخر تحديث 2015-07-10
تاريخ النشر 2015-07-10
تقييم 4.68/5 مجموع تقييمات 297
المطور Patrick Hogan
نوع الدفع free
موقع الإضافة http://www.fusion.net
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Trumpweb",
    "version": "0.2.1",
    "description": "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}