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 |
官方網址 | 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" ] } |