On the blockchain
Adds 'on the blockchain' to the end of every sentence.
ما هو On the blockchain؟
On the blockchain هو إضافة Chrome تم تطويرها بواسطة David Tran، والميزة الرئيسية لها هي "Adds 'on the blockchain' to the end of every sentence.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة On the blockchain
قم بتنزيل ملفات الامتداد On the blockchain بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Inspired by Erin Griffith and "Millennials to Snake People"! See coverage here: https://bit.ly/on-the-blockchain Warning: Super naive implementation that main ruin all your browsing experience, but don't worry; everything will be preserved on the blockchain! When you've had enough of the blockchain, to disable or uninstall, simply go to Preferences > Extensions > Uncheck "Enable" or hit the "Trash" icon.
معلومات أساسية عن التمديد
الاسم | On the blockchain |
ID | jieoegmpbhhhdeidanoldbfnghajiehe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe |
الوصف | Adds 'on the blockchain' to the end of every sentence. |
حجم الملف | 24.5 KB |
عدد التثبيتات | 39 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2018-01-20 |
تاريخ النشر | 2018-01-20 |
تقييم | 4.80/5 مجموع تقييمات 5 |
المطور | David Tran |
نوع الدفع | free |
موقع الإضافة | https://github.com/dtran320/on-the-blockchain |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "On the blockchain", "short_name": "On the blockchain", "description": "Adds 'on the blockchain' to the end of every sentence.", "author": "David Tran", "version": "0.1.3", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |