Stockindir.com
Adds a download button to Freepik.com, Elements.envato.com, Adobe Stock and Pngtree
Wat is Stockindir.com?
Stockindir.com is een Chrome-extensie ontwikkeld door https://stockindir.com, en de belangrijkste functie is "Adds a download button to Freepik.com, Elements.envato.com, Adobe Stock and Pngtree".
Extensie Screenshots
Download het CRX-bestand van de extensie Stockindir.com
Download Stockindir.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Stockindir.com |
ID | ckfecmcebmnlimkalfpinmpecepannkm |
Officiële URL | https://chromewebstore.google.com/detail/stockindircom/ckfecmcebmnlimkalfpinmpecepannkm |
Beschrijving | Adds a download button to Freepik.com, Elements.envato.com, Adobe Stock and Pngtree |
Bestandsgrootte | 20.33 KB |
Aantal Installaties | 157 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2023-06-29 |
Publicatiedatum | 2022-02-17 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://stockindir.com |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://www.stockindir.com |
Help Pagina-URL | https://stockindir.com/page/privacy |
URL van de Privacybeleid Pagina | https://stockindir.com/page/privacy |
Ondersteunde Talen | 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" } } |