Gimmie Some Ganja Button
Says 'Gimmie some Ganja!',
Gimmie Some Ganja Buttonとは何ですか?
Gimmie Some Ganja ButtonはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Says 'Gimmie some Ganja!',」です。
拡張機能のスクリーンショット
Gimmie Some Ganja Button拡張機能のCRXファイルをダウンロード
Gimmie Some Ganja Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A button that plays the Rick James sample from Kendrick Lamar's "DNA"!
拡張機能の基本情報
名前 | Gimmie Some Ganja Button |
ID | ejbdijibkpniiiffmfkdiddeogeaaloi |
公式URL | https://chromewebstore.google.com/detail/gimmie-some-ganja-button/ejbdijibkpniiiffmfkdiddeogeaaloi |
説明 | Says 'Gimmie some Ganja!', |
ファイルサイズ | 229 KB |
インストール数 | 55 |
現在のバージョン | 1.3 |
最終更新日 | 2017-05-24 |
公開日 | 2017-05-24 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gimmie Some Ganja Button", "version": "1.3", "description": "Says 'Gimmie some Ganja!',", "icons": { "128": "green-button-th.png" }, "browser_action": { "default_icon": { "19": "green-button-th.png", "38": "green-button-th.png" }, "default_title": "Gimmie Some Ganja Button" }, "author": "Graham Hough", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "background" ] } |