Desktop plug-in for Periscope.tv

Get an opportunity to subscribe, receive notifications and to look through broadcastings in Periscope.tv on Desktop

Desktop plug-in for Periscope.tvคืออะไร?

Desktop plug-in for Periscope.tv เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ALMA และคุณลักษณะหลักของมันคือ "Get an opportunity to subscribe, receive notifications and to look through broadcastings in Periscope.tv on Desktop"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Desktop plug-in for Periscope.tv

ดาวน์โหลดไฟล์ส่วนขยาย Desktop plug-in for Periscope.tv ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        1.0.15.12
* Fixed: Broadcasts and random user

1.0.15.9
* Fixed: Broadcast icon

1.0.15.7
* Fixed: Display of empty records and broadcasts;
* Fixed: Random translation.

1.0.15.3
+ The broadcasting can be shown over all windows;
* Errors are corrected

1.0.14.0
+ Create your own list of people you are interested in;
+ Receive notifications about the beginning of their broadcastings;
+ Follow their broadcasting;
* We are only at the beginning, the new features are on the way!

In case you want the broadcasting to be over all windows:
1. Open the page : chrome://flags or press “Broadcasting (Window/Panel)” in extension settings.
2. Find item “Plug in Mac, Windows, Linux, Chrome OS panels”.
3. Turn it on.
4. Reboot your Chrome or Chromium.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Desktop plug-in for Periscope.tv Desktop plug-in for Periscope.tv
ID chjbcjcaaebgbdeaefpniemcnfeifipm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/desktop-plug-in-for-peris/chjbcjcaaebgbdeaefpniemcnfeifipm
คำอธิบาย Get an opportunity to subscribe, receive notifications and to look through broadcastings in Periscope.tv on Desktop
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.0.15.14
อัปเดตครั้งล่าสุด 2016-11-26
วันที่เผยแพร่ 2016-11-26
คะแนน 2.41/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา ALMA
ประเภทการชำระเงิน in_store
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "1.0.15.14",
    "default_locale": "en",
    "author": [
        {
            "email": "[email protected]",
            "name": "ALMA"
        }
    ],
    "description": "__MSG_appDesc__",
    "sr_supported_langs": [
        "ru",
        "en"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/periscope.tv\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.periscope.tv\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "js": [
                "js\/jquery-2.0.2.min.js",
                "js\/injector.min.js"
            ],
            "css": [
                "css\/injector.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "notifications",
        "activeTab",
        "storage",
        "https:\/\/periscope.tv\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.twimg.com\/*",
        "https:\/\/*.amazonaws.com\/*"
    ],
    "optional_permissions": [],
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "persistent": true,
        "scripts": [
            "\/js\/jquery-2.0.2.min.js",
            "\/js\/background.min.js"
        ]
    },
    "web_accessible_resources": [
        "js\/*",
        "img\/*",
        "tpl\/*",
        "\/*",
        "options\/*"
    ]
}