Oddshot to Youtube on Reddit
Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.
什麼是Oddshot to Youtube on Reddit?
Oddshot to Youtube on Reddit是由tmarc666開發的Chrome擴展程式,該擴展的主要功能是“Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.”。
擴展截圖
下載Oddshot to Youtube on Reddit擴展crx文件
下載Oddshot to Youtube on Reddit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will modify Oddshot urls to be Youtube urls if the Oddshot Bot commented in the comment section(top section) on Reddit. Added caching, use of the Oddshotbot api, Expandos, and the original oddshot link.
擴展基本資訊
名稱 | Oddshot to Youtube on Reddit |
ID | bjgbiggjemblnceibgagelajlkianbkm |
官方網址 | https://chromewebstore.google.com/detail/oddshot-to-youtube-on-red/bjgbiggjemblnceibgagelajlkianbkm |
簡介 | Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented. |
檔案大小 | 91.94 KB |
安裝次數 | 218 |
目前版本 | 1.4 |
更新時間 | 2016-02-18 |
上架時間 | 2016-02-17 |
評分 | 4.75/5 共 16 次評分 |
開發者 | tmarc666 |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oddshot to Youtube on Reddit", "description": "Modifys Oddshot urls in Reddit posts to be Youtube urls if the OddshotBot commented.", "version": "1.4", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "images\/icon.png", "default_title": "Oddshot->Youtube" }, "permissions": [ "declarativeContent" ], "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "js": [ "jquery.js", "lscache.js", "myscript.js" ] } ] } |