Universal Party Parrot
Now you can have Party Parrot in every subreddit!
Universal Party Parrotとは何ですか?
Universal Party ParrotはC_IsForCookieによって開発されたChromeの拡張機能で、その主な機能は「Now you can have Party Parrot in every subreddit!」です。
拡張機能のスクリーンショット
Universal Party Parrot拡張機能のCRXファイルをダウンロード
Universal Party Parrot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Inspired by Sirocco, Now you can have Party Parrot in every subreddit! Party Parrot tags will work site-wide on Reddit. PARTY OR DIE!
拡張機能の基本情報
名前 | Universal Party Parrot |
ID | bjlicnjijlfodoekhjpnagodmcppabmc |
公式URL | https://chromewebstore.google.com/detail/universal-party-parrot/bjlicnjijlfodoekhjpnagodmcppabmc |
説明 | Now you can have Party Parrot in every subreddit! |
ファイルサイズ | 393 KB |
インストール数 | 197 |
現在のバージョン | 0.0.3 |
最終更新日 | 2016-07-19 |
公開日 | 2016-07-19 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | C_IsForCookie |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Universal Party Parrot", "short_name": "Party Parrot", "version": "0.0.3", "description": "Now you can have Party Parrot in every subreddit!", "icons": { "16": "parrot16.png", "48": "parrot48.png", "128": "parrot128.png" }, "browser_action": { "default_icon": "parrot48.png", "default_popup": "parrot.html" }, "permissions": [ "https:\/\/*.reddit.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.reddit.com\/*" ], "js": [ "jquery-3.0.0.js", "parrot.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/*.gif" ] } |