Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ek\u015fi Sade Mod + Tema & Font Se\u00e7imi", "manifest_version": 3, "version": "1.2.0", "description": "Ek\u015fi S\u00f6zl\u00fck'ten gereksiz elementleri saklar. Ayr\u0131ca kolay okuma i\u00e7in tema ve font de\u011fi\u015ftirme \u00f6zelli\u011fide vard\u0131r.", "author": "Serdar \u00c7ivi", "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/eksisozluk.com\/*", "http:\/\/eksisozluk.com\/*" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "name": "Ek\u015fi Sade Mod", "default_icon": "icons\/icon48.png", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/eksisozluk.com\/*", "http:\/\/eksisozluk.com\/*" ], "js": [ "content\/content_adblock.js" ] }, { "matches": [ "https:\/\/eksisozluk.com\/*", "http:\/\/eksisozluk.com\/*" ], "js": [ "content\/content_theme.js" ] }, { "matches": [ "https:\/\/eksisozluk.com\/*", "http:\/\/eksisozluk.com\/*" ], "js": [ "content\/content_font.js" ] } ], "web_accessible_resources": [ { "resources": [ "fonts\/*" ], "matches": [ "https:\/\/eksisozluk.com\/*", "http:\/\/eksisozluk.com\/*" ] } ] }