Inspect and view changes in إصلاح الأيقونات في موقع إجابة source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "إصلاح الأيقونات في موقع إجابة",
"version": "3",
"description": "استبدال الأيقونات القديمة بالأيقونات الجديدة",
"icons": {
"48": "icon48.ico",
"96": "icon96.ico"
},
"content_scripts": [
{
"matches": [
"*://*.ejaaba.com/*"
],
"js": [
"content-script.js"
]
}
],
"homepage_url": "http://mahatta-35.byethost9.com/fix.html",
"incognito": "spanning"
}