Shooooty
Wherever you want, just shoot it.
ما هو Shooooty؟
Shooooty هو إضافة Chrome تم تطويرها بواسطة https://project-curtain.avosapps.com، والميزة الرئيسية لها هي "Wherever you want, just shoot it.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Shooooty
قم بتنزيل ملفات الامتداد Shooooty بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Shooooty是一款多人在线收发弹幕的Chrome扩展程序
你可以在任意页面下与和你浏览相同页面的用户进行互(♂)动(♀),主要的功能包括:
·查看当前页面下已激活用户数
·激活状态时,可以发送实时弹幕
·激活状态时,可以接收并在当前页面滚动显示实时弹幕
注1:在北邮IPTV上观看能达到最佳效果,即http://tv.byr.cn/及旗下各个频道
注2:暂不支持HTTPS网站                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | aifdchekbmlmleaaahcdiichijehnmee | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/shooooty/aifdchekbmlmleaaahcdiichijehnmee | 
| الوصف | Wherever you want, just shoot it. | 
| حجم الملف | 253 KB | 
| عدد التثبيتات | 29 | 
| النسخة الحالية | 1.1.2 | 
| آخر تحديث | 2015-12-25 | 
| تاريخ النشر | 2015-12-25 | 
| تقييم | 4.00/5 مجموع تقييمات 4 | 
| المطور | https://project-curtain.avosapps.com | 
| نوع الدفع | free | 
| اللغات المدعومة | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shooooty",
    "description": "Wherever you want, just shoot it.",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "imgs\/icon.png",
        "default_popup": "popup.html",
        "default_title": "\u9ed8\u8ba4\u5feb\u6377\u952e\uff1aCtrl+Shift+Y"
    },
    "icons": {
        "16": "\/imgs\/icon.png",
        "48": "\/imgs\/icon.png",
        "128": "\/imgs\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-2.1.4.js",
                "scripts\/rifleman.js",
                "scripts\/shooters.js"
            ],
            "css": [
                "css\/project_style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "imgs\/icon.jpg",
        "imgs\/icon.png"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        }
    }
}  |  |