Twitter Verified Account Sunglasses
This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0
ما هو Twitter Verified Account Sunglasses؟
Twitter Verified Account Sunglasses هو إضافة Chrome تم تطويرها بواسطة https://www.icze4r.org، والميزة الرئيسية لها هي "This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter Verified Account Sunglasses
قم بتنزيل ملفات الامتداد Twitter Verified Account Sunglasses بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of seeing Twitter Verified account checkmarks? This turns the checkmarks into a brown poop emoji.
You're welcome.
By the way: the full 'code' (it's mostly just CSS) for this is available on my Github: https://github.com/icze4r/TwitterSunglasses
You can just download that and install it using the instructions there, if you want. Just giving you everything so you can avoid a bamboozle.
Note: this isn't gonna work for TweetDeck, but I've provided instructions on how you can do it yourself in TweetDeck: https://github.com/icze4r/TwitterSunglasses/blob/master/tweetdeck-instructions.md معلومات أساسية عن التمديد
| الاسم | |
| ID | ajgilddapndgbmniliponchegglobphm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitter-verified-account/ajgilddapndgbmniliponchegglobphm |
| الوصف | This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0 |
| حجم الملف | 34.73 KB |
| عدد التثبيتات | 75 |
| النسخة الحالية | 0.1.0 |
| آخر تحديث | 2017-06-16 |
| تاريخ النشر | 2017-06-16 |
| تقييم | 4.50/5 مجموع تقييمات 8 |
| المطور | https://www.icze4r.org |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitter Verified Account Sunglasses",
"version": "0.1.0",
"description": "This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js",
"background.js"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
]
} | |