GitHub Poop
Replaces the Star Button with a Poop Button
ما هو GitHub Poop؟
GitHub Poop هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Replaces the Star Button with a Poop Button".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitHub Poop
قم بتنزيل ملفات الامتداد GitHub Poop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| ID | iepepilomkehfgjamhjbelhdpgmhiknk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-poop/iepepilomkehfgjamhjbelhdpgmhiknk |
| الوصف | Replaces the Star Button with a Poop Button |
| حجم الملف | 15.01 KB |
| عدد التثبيتات | 57 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2017-08-10 |
| تاريخ النشر | 2017-08-10 |
| المطور | Unknown |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Stefan Buhrmester",
"manifest_version": 2,
"name": "GitHub Poop",
"description": "Replaces the Star Button with a Poop Button",
"version": "1.0.1",
"browser_action": {
"default_title": "GitHub Poop",
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
}
},
"permissions": [
"tabs",
"https:\/\/github.com\/"
],
"background": {
"scripts": [
"scripts\/bg.js"
],
"persistent": false
},
"icons": {
"128": "images\/icon128.png"
}
} | |