Nicknamer
Replace your friends' or enemies' names with their nicknames.
Cos'è Nicknamer?
Nicknamer è un'estensione di Chrome sviluppata da https://www.molanglois.com, e la sua funzione principale è "Replace your friends' or enemies' names with their nicknames.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nicknamer
Scarica i file di estensione Nicknamer 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
The Nicknamer extension enables you to replace text on any web pages you are visiting. Simply type in the name or text you want to transform and the name it is transformed to and click "+". You will see the changes in your browser. The list of names is saved with your browser and works whenever you open one. You can clear the list by clicking "-" button. **Prank tip: Right click the extension and choose "Hide in the Chrome Menu". **
Informazioni di Base sull'Estensione
Nome | Nicknamer |
ID | ahhpgbiejgpebbokpbgcenooehhcnbjd |
URL Ufficiale | https://chromewebstore.google.com/detail/nicknamer/ahhpgbiejgpebbokpbgcenooehhcnbjd |
Descrizione | Replace your friends' or enemies' names with their nicknames. |
Dimensione del File | 39.39 KB |
Conteggio Installazioni | 396 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-04-10 |
Data di Pubblicazione | 2016-04-10 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.molanglois.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nicknamer ", "description": "Replace your friends' or enemies' names with their nicknames.", "version": "1.0", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.2.3.min.js", "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Nicknamer", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |