Reddit Churning Acronyms
Replaces common churning acronyms with their actual meaning
Reddit Churning Acronymsとは何ですか?
Reddit Churning Acronymsはl0gicgatesによって開発されたChromeの拡張機能で、その主な機能は「Replaces common churning acronyms with their actual meaning」です。
拡張機能のスクリーンショット
Reddit Churning Acronyms拡張機能のCRXファイルをダウンロード
Reddit Churning Acronyms拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a simple Google Chrome extension to replace most the r/churning related acronyms with their meaning when navigating the churning and awardtravel subreddits.
拡張機能の基本情報
名前 | Reddit Churning Acronyms |
ID | dlhngejlobicakmbdmpjlcmncgfbmhfa |
公式URL | https://chromewebstore.google.com/detail/reddit-churning-acronyms/dlhngejlobicakmbdmpjlcmncgfbmhfa |
説明 | Replaces common churning acronyms with their actual meaning |
ファイルサイズ | 760 KB |
インストール数 | 44 |
現在のバージョン | 1.0.7 |
最終更新日 | 2018-04-03 |
公開日 | 2018-04-03 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | l0gicgates |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Churning Acronyms", "description": "Replaces common churning acronyms with their actual meaning", "version": "1.0.7", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/r\/churning\/*", "*:\/\/www.reddit.com\/r\/awardtravel\/*" ], "js": [ "vendor\/jquery-3.3.1.min.js", "acronyms\/airlines_map.js", "acronyms\/airports_map.js", "acronyms\/blogs_map.js", "acronyms\/cards_banks_map.js", "acronyms\/credit_agencies_map.js", "acronyms\/general_terms_map.js", "acronyms\/rewards_programs_map.js", "content.js" ], "run_at": "document_end" } ] } |