Problem To Pickle
Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.
Qu'est-ce que Problem To Pickle ?
Problem To Pickle est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Problem To Pickle
Téléchargez les fichiers d'extension Problem To Pickle 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
Does it ever feel like there are too many problems in the world? Don't worry, Design Pickle is here to help. Install this simple extension and all of your problems will turn into delicious pickles!
Informations de Base sur l'Extension
Nom | |
ID | cflkfnipolmhhpjamgipagfbkadimgpb |
URL Officiel | https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb |
Description | Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site. |
Taille du Fichier | 18.12 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-04-01 |
Date de Publication | 2020-04-01 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://designpickle.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Problem To Pickle", "version": "1.0", "description": "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png" } } |