Haberler.com
Resmi Haberler.com eklentisi ile en populer haberleri takip edin.
What is Haberler.com?
Haberler.com is a Chrome extension developed by https://www.haberler.com, and its main feature is "Resmi Haberler.com eklentisi ile en populer haberleri takip edin.".
Extension Screenshots
Download Haberler.com Extension CRX File
Download Haberler.com 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
Türkiye ve dünyadan güncel haberler.
Extension Basic Information
Name | |
ID | iacdinhgggamnekbekblagpbcegeljpl |
Official URL | https://chrome.google.com/webstore/detail/haberlercom/iacdinhgggamnekbekblagpbcegeljpl |
Description | Resmi Haberler.com eklentisi ile en populer haberleri takip edin. |
File Size | 23.27 KB |
Installation Count | 196 |
Current Version | 1.0.3 |
Last Updated | 2017-07-13 |
Publish Date | 2017-07-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.haberler.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.haberler.com |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Haberler.com", "short_name": "Haberler", "description": "Resmi Haberler.com eklentisi ile en populer haberleri takip edin.", "icons": { "16": "haberler-16.png", "48": "haberler-48.png", "128": "haberler-128.png" }, "version": "1.0.3", "omnibox": { "keyword": "haberler" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/*.haberler.com\/", "http:\/\/*\/", "tabs", "notifications", "idle" ], "homepage_url": "https:\/\/www.haberler.com\/", "options_page": "options.html", "browser_action": { "default_icon": "icon-48.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "birand.jpg" ] } |