Problem To Pickle
Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.
Cos'è Problem To Pickle?
Problem To Pickle è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Problem To Pickle
Scarica i file di estensione Problem To Pickle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | cflkfnipolmhhpjamgipagfbkadimgpb |
URL Ufficiale | https://chromewebstore.google.com/detail/problem-to-pickle/cflkfnipolmhhpjamgipagfbkadimgpb |
Descrizione | Replaces the word 'problem' with word 'pickle' every where in the text on web page for each web site. |
Dimensione del File | 18.12 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-04-01 |
Data di Pubblicazione | 2020-04-01 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://designpickle.com |
Lingue Supportate | 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" } } |