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 |
公式URL | 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" ] } ] } |