WeenieMe
Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog
WeenieMeとは何ですか?
WeenieMeはmwvanmeursによって開発されたChromeの拡張機能で、その主な機能は「Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog」です。
拡張機能のスクリーンショット
WeenieMe拡張機能のCRXファイルをダウンロード
WeenieMe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | kkaloeemimggiofacanhfmhcemaiolkf |
公式URL | https://chrome.google.com/webstore/detail/weenieme/kkaloeemimggiofacanhfmhcemaiolkf |
説明 | Changes random words on the page into the word 'Weenie' and some images to a picture of a hotdog |
ファイルサイズ | 107 KB |
インストール数 | 247 |
現在のバージョン | 0.0.11 |
最終更新日 | 2015-09-25 |
公開日 | 2015-09-25 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | mwvanmeurs |
支払い方法 | free |
対応言語 | 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 } ] } |