Reddit Smart Share
Simple sharing plugin for reddit.
Apa itu Reddit Smart Share?
Reddit Smart Share adalah ekstensi Chrome yang dikembangkan oleh ItsLennysFault, dan fitur utamanya adalah "Simple sharing plugin for reddit.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reddit Smart Share
Unduh file ekstensi Reddit Smart Share dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Simple extension to make it easier to share things from Reddit. All it does is add a small icon to the top left corner of any reddit video player with a link to the direct video URL.
Informasi Dasar Ekstensi
Nama | Reddit Smart Share |
ID | ldggeafbkacldageoihoigakolmgeekg |
URL Resmi | https://chromewebstore.google.com/detail/reddit-smart-share/ldggeafbkacldageoihoigakolmgeekg |
Deskripsi | Simple sharing plugin for reddit. |
Ukuran File | 14.88 KB |
Jumlah Instalasi | 89 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2018-01-29 |
Tanggal Publikasi | 2018-01-29 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | ItsLennysFault |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/RedditSmartShare/RedditSmartShareChrome |
URL Halaman Bantuan | https://github.com/RedditSmartShare/RedditSmartShareChrome |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Smart Share", "version": "0.0.1", "manifest_version": 2, "description": "Simple sharing plugin for reddit.", "homepage_url": "https:\/\/github.com\/RedditSmartShare\/RedditSmartShareChrome", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/www.reddit.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/*.png" ] } |