iDubbbzTv Memes!
This gives you all the memes from iDubbbzTv!
What is iDubbbzTv Memes!?
iDubbbzTv Memes! is a Chrome extension developed by Coolstuff14, and its main feature is "This gives you all the memes from iDubbbzTv!".
Extension Screenshots
Download iDubbbzTv Memes! Extension CRX File
Download iDubbbzTv Memes! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | oaakdddcpbpecmmeikbdbfiopeagmppd |
Official URL | https://chrome.google.com/webstore/detail/idubbbztv-memes/oaakdddcpbpecmmeikbdbfiopeagmppd |
Description | This gives you all the memes from iDubbbzTv! |
File Size | 12.64 MB |
Installation Count | 1,000 |
Current Version | 1.0.4 |
Last Updated | 2016-02-29 |
Publish Date | 2016-02-29 |
Rating | 4.14/5 Total 69 Ratings |
Developer | Coolstuff14 |
Payment Type | free |
Supported Languages | 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" ] } ] } |