Anıl İlter
Yeni özelleştirilmiş web sayfan.
What is Anıl İlter?
Anıl İlter is a Chrome extension developed by brandTURBO, and its main feature is "Yeni özelleştirilmiş web sayfan.".
Extension Screenshots
Download Anıl İlter Extension CRX File
Download Anıl İlter 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
Bu kullanışlı ve sana özel olan eklentinin kurulumunu yaptığında bana dair olan en yeni görselleri, bilgiler ve içerikler den anında haberdar olacaksın. İnternet aramaların da kolay kullanımı ile birlikte hızlı sonuçlar alabilirsin. Hemen kullanmaya başlamalısın!
Extension Basic Information
Name | Anıl İlter |
ID | bchidcipmjenakkbfnefeikgglgalpce |
Official URL | https://chromewebstore.google.com/detail/an%C4%B1l-i%CC%87lter/bchidcipmjenakkbfnefeikgglgalpce |
Description | Yeni özelleştirilmiş web sayfan. |
File Size | 1.1 MB |
Installation Count | 96 |
Current Version | 2.9.1 |
Last Updated | 2021-02-17 |
Publish Date | 2021-02-16 |
Rating | 5.00/5 Total 4 Ratings |
Developer | brandTURBO |
[email protected] | |
Payment Type | free |
Extension Website | https://abdullahbulut.com/oyuncu/anil-ilter/ |
Help Page URL | https://abdullahbulut.com/oyuncu/anil-ilter/ |
Privacy Policy Page URL | https://www.brandturbo.vip/privacy |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "An\u0131l \u0130lter", "version": "2.9.1", "description": "Yeni \u00f6zelle\u015ftirilmi\u015f web sayfan.", "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-96px.png", "128": "icons\/icon-256px.png" }, "chrome_url_overrides": { "newtab": "startpage.html#newTab" }, "browser_action": { "default_title": "New Tab" }, "permissions": [ "topSites" ], "optional_permissions": [ "history", "bookmarks", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.abdullahbulut.com\/*" ] } } |