iDubbbzTv Memes!
This gives you all the memes from iDubbbzTv!
Co to jest iDubbbzTv Memes!?
iDubbbzTv Memes! to rozszerzenie Chrome opracowane przez Coolstuff14, a jego główną funkcją jest „This gives you all the memes from iDubbbzTv!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia iDubbbzTv Memes!
Pobierz pliki rozszerzeń iDubbbzTv Memes! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oaakdddcpbpecmmeikbdbfiopeagmppd |
Oficjalny URL | https://chrome.google.com/webstore/detail/idubbbztv-memes/oaakdddcpbpecmmeikbdbfiopeagmppd |
Opis | This gives you all the memes from iDubbbzTv! |
Rozmiar pliku | 12.64 MB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2016-02-29 |
Data Publikacji | 2016-02-29 |
Ocena | 4.14/5 Łącznie 69 Oceny |
Deweloper | Coolstuff14 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |