iDubbbzTv Memes!
This gives you all the memes from iDubbbzTv!
什麼是iDubbbzTv Memes!?
iDubbbzTv Memes!是由Coolstuff14開發的Chrome擴展程式,該擴展的主要功能是“This gives you all the memes from iDubbbzTv!”。
擴展截圖
下載iDubbbzTv Memes!擴展crx文件
下載iDubbbzTv Memes!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you want all the iDubbbzTv memes? Fuck yeah you do! So get em right here in your browser! It is defaulted to show a random meme every press, if you want a specific one to show up each press change it in the options. um don't sue me idubbbzTv you dahhh man
擴展基本資訊
名稱 | |
ID | oaakdddcpbpecmmeikbdbfiopeagmppd |
官方網址 | https://chrome.google.com/webstore/detail/idubbbztv-memes/oaakdddcpbpecmmeikbdbfiopeagmppd |
簡介 | This gives you all the memes from iDubbbzTv! |
檔案大小 | 12.64 MB |
安裝次數 | 1,000 |
目前版本 | 1.0.4 |
更新時間 | 2016-02-29 |
上架時間 | 2016-02-29 |
評分 | 4.14/5 共 69 次評分 |
開發者 | Coolstuff14 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "iDubbbzTv Memes!", "description": "This gives you all the memes from iDubbbzTv!", "version": "1.0.4", "options_page": "options.html", "icons": { "16": "img\/ico16.png", "48": "img\/ico48.png", "128": "img\/ico128.png" }, "permissions": [], "browser_action": { "default_icon": "img\/ico16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "file:\/\/popup.html" ], "css": [ "style.css", "bootstrap.min.css" ], "js": [ "popup.js", "options.js" ] } ] } |