9gag AutoPlay
You can just sit back and eat chips
Apa itu 9gag AutoPlay?
9gag AutoPlay adalah ekstensi Chrome yang dikembangkan oleh krystof1000, dan fitur utamanya adalah "You can just sit back and eat chips".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 9gag AutoPlay
Unduh file ekstensi 9gag AutoPlay 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
You can just sit back and eat chips. For best experience: 1. Open a new tab and enter address chrome://flags/ 2. Find Smooth Scrolling flag. 3. Click Enable 4. Restart Chrome browser..
Informasi Dasar Ekstensi
Nama | |
ID | hokhmphaijobhgjgjgcdoglgoaehaooh |
URL Resmi | https://chrome.google.com/webstore/detail/9gag-autoplay/hokhmphaijobhgjgjgcdoglgoaehaooh |
Deskripsi | You can just sit back and eat chips |
Ukuran File | 39.69 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2013-08-01 |
Tanggal Publikasi | 2013-08-01 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | krystof1000 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "9gag AutoPlay", "description": "You can just sit back and eat chips", "version": "1.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/9gag.com\/*" ], "js": [ "jquery.js", "myscript.js" ] } ] } |