Sözcü Adblock Helper
Sözcü haberlerini reklam engelleme uzantılarıyla okuyabilmenizi sağlar.
What is Sözcü Adblock Helper?
Sözcü Adblock Helper is a Chrome extension developed by yldzhanhandan, and its main feature is "Sözcü haberlerini reklam engelleme uzantılarıyla okuyabilmenizi sağlar.".
Extension Screenshots
Download Sözcü Adblock Helper Extension CRX File
Download Sözcü Adblock Helper 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
Extension Basic Information
Name | |
ID | dljjdbncmdlinikbfkpchfockpchmmhk |
Official URL | https://chrome.google.com/webstore/detail/s%C3%B6zc%C3%BC-adblock-helper/dljjdbncmdlinikbfkpchfockpchmmhk |
Description | Sözcü haberlerini reklam engelleme uzantılarıyla okuyabilmenizi sağlar. |
File Size | 5.74 KB |
Installation Count | 197 |
Current Version | 1.0 |
Last Updated | 2017-12-22 |
Publish Date | 2017-12-22 |
Rating | 4.00/5 Total 8 Ratings |
Developer | yldzhanhandan |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/view/bagofextensions |
Supported Languages | tr |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "main.js" ] }, "browser_action": { "default_icon": { "19": "icon_19.png" }, "default_title": "" }, "content_scripts": [ { "persistent": true, "all_frames": true, "js": [ "cs_wrapper.js" ], "matches": [ "http:\/\/www.sozcu.com.tr\/*", "https:\/\/www.sozcu.com.tr\/*" ], "run_at": "document_start" } ], "description": "S\u00f6zc\u00fc haberlerini reklam engelleme uzant\u0131lar\u0131yla okuyabilmenizi sa\u011flar.", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "S\u00f6zc\u00fc Adblock Helper", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "webNavigation", "activeTab", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |