Because, Taco
Taco today, taco every day.
What is Because, Taco?
Because, Taco is a Chrome extension developed by lyn.muldrow, and its main feature is "Taco today, taco every day.".
Extension Screenshots
Download Because, Taco Extension CRX File
Download Because, Taco 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 long for a funny taco gif at random intervals? Click the button, and BAM- tacos. Click it again to hide the taco gif funnies. Steal this from my git repository and make something just as amazingly cool: https://github.com/lynmuldrow/Because-Taco/ Enjoy!
Extension Basic Information
Name | Because, Taco |
ID | ndmcnigjigcnglbmgiahcdcbgimlfnbo |
Official URL | https://chromewebstore.google.com/detail/because-taco/ndmcnigjigcnglbmgiahcdcbgimlfnbo |
Description | Taco today, taco every day. |
File Size | 12.14 MB |
Installation Count | 138 |
Current Version | 1.0 |
Last Updated | 2015-04-06 |
Publish Date | 2015-04-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | lyn.muldrow |
Payment Type | free |
Extension Website | http://real.lynmuldrow.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Because, Taco", "description": "Taco today, taco every day.", "browser_action": { "default_icon": "icon.png", "default_title": "Because, Taco", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "32": "32.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "version": "1.0", "minimum_chrome_version": "9", "manifest_version": 2 } |