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. 擴展基本資訊
| 名稱 | |
| ID | dlhngejlobicakmbdmpjlcmncgfbmhfa |
| 官方網址 | 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"
}
]
} | |