Reddit Churning Acronyms
Replaces common churning acronyms with their actual meaning
Vad är Reddit Churning Acronyms?
Reddit Churning Acronyms är en Chrome-tillägg utvecklad av l0gicgates, och dess huvudfunktion är "Replaces common churning acronyms with their actual meaning".
Tilläggsskärmbilder
Ladda ner Reddit Churning Acronyms-förlängningens CRX-fil
Ladda ner Reddit Churning Acronyms-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Reddit Churning Acronyms |
ID | dlhngejlobicakmbdmpjlcmncgfbmhfa |
Officiell webbadress | https://chromewebstore.google.com/detail/reddit-churning-acronyms/dlhngejlobicakmbdmpjlcmncgfbmhfa |
Beskrivning | Replaces common churning acronyms with their actual meaning |
Filstorlek | 760 KB |
Antal Installationer | 44 |
Aktuell Version | 1.0.7 |
Senast Uppdaterad | 2018-04-03 |
Publiceringsdatum | 2018-04-03 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | l0gicgates |
Betalningssätt | free |
Stödda Språk | 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" } ] } |