Maç İzle
Periscope yayınlarından canlı maç izle.
Qu'est-ce que Maç İzle ?
Maç İzle est une extension Chrome développée par pseudozach, et sa fonction principale est "Periscope yayınlarından canlı maç izle.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Maç İzle
Téléchargez les fichiers d'extension Maç İzle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jolnbeanahcikjibicbhefgdgpjpieee |
URL Officiel | https://chrome.google.com/webstore/detail/ma%C3%A7-i%CC%87zle/jolnbeanahcikjibicbhefgdgpjpieee |
Description | Periscope yayınlarından canlı maç izle. |
Taille du Fichier | 148 KB |
Nombre d'Installations | 81 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-11-24 |
Date de Publication | 2016-11-24 |
Évaluation | 3.00/5 Total 3 Évaluations |
Développeur | pseudozach |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.pseudozach.com |
URL de la Page d'Aide | http://www.pseudozach.com |
Langues Prises en Charge | 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" ] } |