iDubbbzTv Memes!
This gives you all the memes from iDubbbzTv!
Hvad er iDubbbzTv Memes!?
iDubbbzTv Memes! er en Chrome-udvidelse udviklet af Coolstuff14, og dens hovedfunktion er "This gives you all the memes from iDubbbzTv!".
Udvidelsesskærmbilleder
Download iDubbbzTv Memes!-udvidelses-CRX-fil
Download iDubbbzTv Memes!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | oaakdddcpbpecmmeikbdbfiopeagmppd |
Officiel URL | https://chrome.google.com/webstore/detail/idubbbztv-memes/oaakdddcpbpecmmeikbdbfiopeagmppd |
Beskrivelse | This gives you all the memes from iDubbbzTv! |
Filstørrelse | 12.64 MB |
Antal Installationer | 1,000 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2016-02-29 |
Udgivelsesdato | 2016-02-29 |
Bedømmelse | 4.14/5 Samlet 69 Bedømmelser |
Udvikler | Coolstuff14 |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |