Tekuzem Video Player
Tekuzem Videolarını Tekrar & Hız Kontrolü ile izleyin.
What is Tekuzem Video Player?
Tekuzem Video Player is a Chrome extension developed by https://tekuzem.com, and its main feature is "Tekuzem Videolarını Tekrar & Hız Kontrolü ile izleyin.".
Extension Screenshots
Download Tekuzem Video Player Extension CRX File
Download Tekuzem Video Player 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
Tekuzem KPSS Genel Kültür Genel Yetenek, KPSS Eğitim Bilimleri, KPSS ÖABT, ALES, DGS, YDS, Yabancı Dil Video Derslerinin Tekrar, Hız Kontrolü, İleri ve Geri Al ile daha kolay bir şekilde izlenmesini sağlayan özelliklerin Video Player'a eklenmesini sağlar.
Extension Basic Information
Name | |
ID | pfpfciihfgbhjgpjpmldlljhlgeekblo |
Official URL | https://chrome.google.com/webstore/detail/tekuzem-video-player/pfpfciihfgbhjgpjpmldlljhlgeekblo |
Description | Tekuzem Videolarını Tekrar & Hız Kontrolü ile izleyin. |
File Size | 45.34 KB |
Installation Count | 93 |
Current Version | 0.0.1.5 |
Last Updated | 2018-03-22 |
Publish Date | 2018-03-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://tekuzem.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://tekuzem.com/gizlilik |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tekuzem Video Player", "description": "Tekuzem Videolar\u0131n\u0131 Tekrar & H\u0131z Kontrol\u00fc ile izleyin.", "browser_action": { "default_icon": "images\/tekuzemvideo48.png" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-3.1.1.min.js", "tekuzemvideo.js" ], "matches": [ "*:\/\/vimeo.com\/*", "*:\/\/player.vimeo.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "images\/tekuzemvideo128.png", "48": "images\/tekuzemvideo48.png" }, "version": "0.0.1.5", "manifest_version": 2 } |