NextVOZ autoreaction

Tự động ưng hoặc gạch tất cả post trong 1 page Ủng hộ nhà phát triển để có kinh phí phát hành phiên bản cao cấp thời gian tới

ما هو NextVOZ autoreaction؟

NextVOZ autoreaction هو إضافة Chrome تم تطويرها بواسطة Jimmy Huynh، والميزة الرئيسية لها هي "Tự động ưng hoặc gạch tất cả post trong 1 page Ủng hộ nhà phát triển để có kinh phí phát hành phiên bản cao cấp thời gian tới".

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

screenshot

تحميل ملف CRX للإضافة NextVOZ autoreaction

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

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

                        Auto reaction tool for next.voz.vn largest community forum in Vietnam (equivalent to reddit)                    

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

الاسم NextVOZ autoreaction NextVOZ autoreaction
ID gfbbdfohhnoelppipkmmkemehnlfmghc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/nextvoz-autoreaction/gfbbdfohhnoelppipkmmkemehnlfmghc
الوصف Tự động ưng hoặc gạch tất cả post trong 1 page Ủng hộ nhà phát triển để có kinh phí phát hành phiên bản cao cấp thời gian tới
حجم الملف 37.93 KB
عدد التثبيتات 17
النسخة الحالية 1.0.1
آخر تحديث 2020-04-30
تاريخ النشر 2020-04-30
تقييم 4.00/5 مجموع تقييمات 1
المطور Jimmy Huynh
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NextVOZ autoreaction",
    "version": "1.0.1",
    "description": "T\u1ef1 \u0111\u1ed9ng \u01b0ng ho\u1eb7c g\u1ea1ch t\u1ea5t c\u1ea3 post trong 1 page \n  \u1ee6ng h\u1ed9 nh\u00e0 ph\u00e1t tri\u1ec3n \u0111\u1ec3 c\u00f3 kinh ph\u00ed ph\u00e1t h\u00e0nh phi\u00ean b\u1ea3n cao c\u1ea5p th\u1eddi gian t\u1edbi",
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.ico"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/next.voz.vn\/t\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/next.voz.vn\/*"
    ],
    "manifest_version": 2
}