Maç İzle
Periscope yayınlarından canlı maç izle.
What is Maç İzle?
Maç İzle is a Chrome extension developed by pseudozach, and its main feature is "Periscope yayınlarından canlı maç izle.".
Extension Screenshots
Download Maç İzle Extension CRX File
Download Maç İzle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Maç İzle eklentisi ile insanların paylaştıkları canlı yayınları anahtar kelime ile arayabilirsiniz. Beğendiğiniz yayını tıkladıktan sonra yine eklentiyi kullanarak ekrandaki yayın dışı elemanları temizleyip, tam ekran olarak izleyebilirsiniz. Eğer işinize yarıyor ve kullanıyorsanız yorum bırakın veya [email protected] a email atın, daha fazla özellik eklenecektir.
Extension Basic Information
Name | |
ID | jolnbeanahcikjibicbhefgdgpjpieee |
Official URL | https://chrome.google.com/webstore/detail/ma%C3%A7-i%CC%87zle/jolnbeanahcikjibicbhefgdgpjpieee |
Description | Periscope yayınlarından canlı maç izle. |
File Size | 148 KB |
Installation Count | 81 |
Current Version | 1.0 |
Last Updated | 2016-11-24 |
Publish Date | 2016-11-24 |
Rating | 3.00/5 Total 3 Ratings |
Developer | pseudozach |
[email protected] | |
Payment Type | free |
Extension Website | http://www.pseudozach.com |
Help Page URL | http://www.pseudozach.com |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ma\u00e7 \u0130zle", "description": "Periscope yay\u0131nlar\u0131ndan canl\u0131 ma\u00e7 izle.", "version": "1.0", "permissions": [ "activeTab", "webRequest", "storage", "webRequestBlocking", "https:\/\/*.periscope.tv\/*" ], "icons": { "16": "img\/macvar_16.png", "48": "img\/macvar_48.png", "128": "img\/macvar_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.periscope.tv\/*" ], "js": [ "injectToPeriscope.js" ] } ], "browser_action": { "default_icon": { "19": "img\/macvar_19.png", "38": "img\/macvar_38.png" }, "default_popup": "popup.html", "default_title": "Yay\u0131n aramak veya ekran\u0131 d\u00fczenlemek i\u00e7in t\u0131kla!" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/macvar_128.png" ] } |