Stockindir.com
Adds a download button to Freepik.com, Elements.envato.com, Adobe Stock and Pngtree
What is Stockindir.com?
Stockindir.com is a Chrome extension developed by https://stockindir.com, and its main feature is "Adds a download button to Freepik.com, Elements.envato.com, Adobe Stock and Pngtree".
Extension Screenshots
Download Stockindir.com Extension CRX File
Download Stockindir.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
Stockindir.com sitesi olarak kullanıcıların daha hızlı işlem yapabilmesine site içi aksiyonları daha hızlı alabilmesine yardımcı olan uygulamadır.
Extension Basic Information
Name | Stockindir.com |
ID | ckfecmcebmnlimkalfpinmpecepannkm |
Official URL | https://chromewebstore.google.com/detail/stockindircom/ckfecmcebmnlimkalfpinmpecepannkm |
Description | Adds a download button to Freepik.com, Elements.envato.com, Adobe Stock and Pngtree |
File Size | 20.33 KB |
Installation Count | 157 |
Current Version | 1.7 |
Last Updated | 2023-06-29 |
Publish Date | 2022-02-17 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://stockindir.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://www.stockindir.com |
Help Page URL | https://stockindir.com/page/privacy |
Privacy Policy Page URL | https://stockindir.com/page/privacy |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stockindir.com", "version": "1.7", "description": "Adds a download button to Freepik.com, Elements.envato.com, Adobe Stock and Pngtree", "action": { "default_popup": "popup.html", "default_icon": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.freepik.com\/*", "https:\/\/elements.envato.com\/*", "https:\/\/stock.adobe.com\/*", "https:\/\/pngtree.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" } } |