CF Spark Browser Plugin
Turn any image you see on the internet into new unique images by simply clicking a button
Qu'est-ce que CF Spark Browser Plugin ?
CF Spark Browser Plugin est une extension Chrome développée par Creative Fabrica, et sa fonction principale est "Turn any image you see on the internet into new unique images by simply clicking a button".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CF Spark Browser Plugin
Téléchargez les fichiers d'extension CF Spark Browser Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Turn any image you see on the internet into new unique images by simply clicking a button
Informations de Base sur l'Extension
Nom | CF Spark Browser Plugin |
ID | fffiooegpamkcknjfhemelbggljkegpj |
URL Officiel | https://chromewebstore.google.com/detail/cf-spark-browser-plugin/fffiooegpamkcknjfhemelbggljkegpj |
Description | Turn any image you see on the internet into new unique images by simply clicking a button |
Taille du Fichier | 79.79 KB |
Nombre d'Installations | 4,337 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-02-01 |
Date de Publication | 2023-02-01 |
Évaluation | 4.54/5 Total 347 Évaluations |
Développeur | Creative Fabrica |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.iubenda.com/privacy-policy/24976076/legal |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CF Spark Browser Plugin", "version": "1.0.0", "content_scripts": [ { "js": [ "src\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "background": { "service_worker": "src\/background.js", "type": "module" }, "action": { "default_icon": { "16": "src\/img\/logo16.png", "32": "src\/img\/logo-32.png", "48": "src\/img\/logo-48.png", "128": "src\/img\/logo-128.png" } }, "host_permissions": [ "*:\/\/*\/*", " |