WeenieMe
Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog
Qu'est-ce que WeenieMe ?
WeenieMe est une extension Chrome développée par mwvanmeurs, et sa fonction principale est "Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WeenieMe
Téléchargez les fichiers d'extension WeenieMe 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
WeenieMe is a simple extension used to play pranks on your friends, family or co-workers. All it does it swap random words on the page with the word “Weenie” and will replace certain images on the page with those of — you guessed it — a weenie. Sit back and observe the confusion on the victims face as the name “Kim Kardashian” may mysteriously become “Kim Weenie.” If you got a kick out of this, get me a beer as a thanks! goo.gl/l1BZNG
Informations de Base sur l'Extension
Nom | |
ID | kkaloeemimggiofacanhfmhcemaiolkf |
URL Officiel | https://chrome.google.com/webstore/detail/weenieme/kkaloeemimggiofacanhfmhcemaiolkf |
Description | Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog |
Taille du Fichier | 107 KB |
Nombre d'Installations | 247 |
Version Actuelle | 0.0.11 |
Dernière Mise à Jour | 2015-09-25 |
Date de Publication | 2015-09-25 |
Évaluation | 3.25/5 Total 4 Évaluations |
Développeur | mwvanmeurs |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.11", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/weenie1.jpg", "128": "images\/weenie4.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "images\/*", "\/images\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |