微博一键拉黑点赞 - OneKBlock
微博一键拉黑点赞
ما هو 微博一键拉黑点赞 - OneKBlock؟
微博一键拉黑点赞 - OneKBlock هو إضافة Chrome تم تطويرها بواسطة cirillaye، والميزة الرئيسية لها هي "微博一键拉黑点赞".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 微博一键拉黑点赞 - OneKBlock
قم بتنزيل ملفات الامتداد 微博一键拉黑点赞 - OneKBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        微博拉黑点在一条评论的所有用户,新版本出现问题,暂时退回老版本,此版本可以拉黑超过30人点赞                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | fiabhebnoobfodnondepifmhgooeompn | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/%E5%BE%AE%E5%8D%9A%E4%B8%80%E9%94%AE%E6%8B%89%E9%BB%91%E7%82%B9%E8%B5%9E-onekblock/fiabhebnoobfodnondepifmhgooeompn | 
| الوصف | 微博一键拉黑点赞 | 
| حجم الملف | 289 KB | 
| عدد التثبيتات | 2,870 | 
| النسخة الحالية | 0.0.2.1 | 
| آخر تحديث | 2020-11-27 | 
| تاريخ النشر | 2020-04-10 | 
| تقييم | 4.28/5 مجموع تقييمات 25 | 
| المطور | cirillaye | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| اللغات المدعومة | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5fae\u535a\u4e00\u952e\u62c9\u9ed1\u70b9\u8d5e - OneKBlock",
    "description": "\u5fae\u535a\u4e00\u952e\u62c9\u9ed1\u70b9\u8d5e",
    "version": "0.0.2.1",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_title": "a block tool for Weibo-likes",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.weibo.com\/*",
                "https:\/\/weibo.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/block.js",
                "js\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}  |  |