Reddit Moon Rocket (Animated Upvote)
Your upvotes go to the moon! Wow!
ما هو Reddit Moon Rocket (Animated Upvote)؟
Reddit Moon Rocket (Animated Upvote) هو إضافة Chrome تم تطويرها بواسطة @Lorin، والميزة الرئيسية لها هي "Your upvotes go to the moon! Wow!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit Moon Rocket (Animated Upvote)
قم بتنزيل ملفات الامتداد Reddit Moon Rocket (Animated Upvote) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Animates your upvote, simple enough. No cruft. Inspired by /r/dogecoin Demo: http://i.imgur.com/ObkF55d.gif 11/3/07 - This doge forgot that most of the internet uses HTTPS, the extension works again! Woohoo!
معلومات أساسية عن التمديد
الاسم | |
ID | bfmokmlmgdokocinklijembgmddagncf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/bfmokmlmgdokocinklijembgmddagncf |
الوصف | Your upvotes go to the moon! Wow! |
حجم الملف | 58.98 KB |
عدد التثبيتات | 75 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2017-03-11 |
تاريخ النشر | 2017-03-11 |
تقييم | 4.95/5 مجموع تقييمات 20 |
المطور | @Lorin |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Moon Rocket (Animated Upvote)", "version": "0.0.2", "description": "Your upvotes go to the moon! Wow!", "homepage_url": "http:\/\/lorinhalpert.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*", "http:\/\/www.reddit.com\/*" ], "css": [ "inject.css" ] } ] } |