Poopify!
If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.
Poopify!とは何ですか?
Poopify!はChris S.によって開発されたChromeの拡張機能で、その主な機能は「If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.」です。
拡張機能のスクリーンショット
Poopify!拡張機能のCRXファイルをダウンロード
Poopify!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Class up a boring website with some exciting little poops!
拡張機能の基本情報
名前 | Poopify! |
ID | gahlajlecbibcodipfoigpfjaflbdcop |
公式URL | https://chromewebstore.google.com/detail/poopify/gahlajlecbibcodipfoigpfjaflbdcop |
説明 | If you don't think poo is hilarious, I'm sorry that your sense of humor is defective. |
ファイルサイズ | 10.73 KB |
インストール数 | 249 |
現在のバージョン | 1.0 |
最終更新日 | 2014-05-22 |
公開日 | 2014-05-22 |
評価 | 4.50/5 合計 4 レビュー |
開発者 | Chris S. |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Poopify!", "description": "If you don't think poo is hilarious, I'm sorry that your sense of humor is defective.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "poopify.js" ], "persistent": false }, "browser_action": { "default_icon": "poo_icon.png", "default_title": "TAKE A POO ON THIS PAGE" }, "web_accessible_resources": [ "pile_of_poo.png" ] } |