Inspect and view changes in KHALED BOUCHAREB 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": "KHALED BOUCHAREB > ",
"version": "1.3.3.5",
"description": "الاضافة تساعدك على وضع ملاحظاتك تلقائيا مطورة من قبل : بوشارب خالد",
"content_scripts": [
{
"matches": [
"https://amatti.education.gov.dz/"
],
"js": [
"content.js",
"popup.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persostent": true
},
"browser_action": {
"default_icon": {
"16": "images/cc16.png",
"32": "images/cc32.png",
"48": "images/cc48.png",
"128": "images/cc128.png"
},
"default_popup": "popup.html",
"default_title": "اضافة الرقمنة وضع الملاحظات و التقديرات ",
"icons": {
"16": "images/cc16.png",
"32": "images/cc32.png",
"48": "images/cc48.png",
"128": "images/cc128.png"
}
},
"permissions": [
"storage",
"notifications",
"contextMenus",
"activeTab",
"tabs"
]
}