Confused Shopper Prank

This prank extension changes all prices on the page to be between $0.01 and $0.99.

ما هو Confused Shopper Prank؟

Confused Shopper Prank هو إضافة Chrome تم تطويرها بواسطة https://marytal.com، والميزة الرئيسية لها هي "This prank extension changes all prices on the page to be between $0.01 and $0.99.".

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

screenshot

تحميل ملف CRX للإضافة Confused Shopper Prank

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

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

                                            

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

الاسم Confused Shopper Prank Confused Shopper Prank
ID mhamipanbofhcddlbjfkgkgigkekhjon
عنوان URL الرسمي https://chromewebstore.google.com/detail/confused-shopper-prank/mhamipanbofhcddlbjfkgkgigkekhjon
الوصف This prank extension changes all prices on the page to be between $0.01 and $0.99.
حجم الملف 3.98 KB
عدد التثبيتات 199
النسخة الحالية 1.0
آخر تحديث 2014-12-17
تاريخ النشر 2014-12-16
تقييم 1.25/5 مجموع تقييمات 8
المطور https://marytal.com
نوع الدفع free
موقع الإضافة http://github.marytal.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Confused Shopper Prank",
    "description": "This prank extension changes all prices on the page to be between $0.01 and $0.99.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "contentscript_fun.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}