LEFT | RIGHT |
1 [general] | 1 [general] |
2 basename = adblockpluschrome | 2 basename = adblockpluschrome |
3 version = 1.3.4 | 3 version = 1.3.4 |
4 backgroundScripts = lib/adblockplus_compat.js | 4 backgroundScripts = lib/adblockplus_compat.js |
5 lib/adblockplus.js | 5 lib/adblockplus.js |
6 lib/punycode.js | 6 lib/punycode.js |
7 lib/publicSuffixList.js | 7 lib/publicSuffixList.js |
8 lib/basedomain.js | 8 lib/basedomain.js |
9 lib/sha1.js | 9 lib/sha1.js |
10 lib/jsbn.js | 10 lib/jsbn.js |
11 lib/rsa.js | 11 lib/rsa.js |
12 webrequest.js | 12 webrequest.js |
13 popupBlocker.js | 13 popupBlocker.js |
14 background.js | 14 background.js |
15 permissions = tabs | 15 permissions = tabs |
16 http://*/* | 16 http://*/* |
17 https://*/* | 17 https://*/* |
18 contextMenus | 18 contextMenus |
19 webRequest | 19 webRequest |
20 webRequestBlocking | 20 webRequestBlocking |
| 21 webNavigation |
21 unlimitedStorage | 22 unlimitedStorage |
22 options = options.html | 23 options = options.html |
23 pageAction = icons/abp-19.png popup.html | 24 pageAction = icons/abp-19.png popup.html |
24 icons = icons/abp-?.png | 25 icons = icons/abp-?.png |
25 webAccessible = block.html | 26 webAccessible = block.html |
26 | 27 |
27 [contentScripts] | 28 [contentScripts] |
28 document_start = include.preload.js | 29 document_start = include.preload.js |
29 document_end = include.postload.js | 30 document_end = include.postload.js |
30 | 31 |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 subscription.delete.label | 68 subscription.delete.label |
68 addSubscription.label | 69 addSubscription.label |
69 addSubscriptionAdd.label | 70 addSubscriptionAdd.label |
70 addSubscriptionOther.label | 71 addSubscriptionOther.label |
71 acceptableAds2.label | 72 acceptableAds2.label |
72 viewList.label | 73 viewList.label |
73 readMore.label | 74 readMore.label |
74 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 75 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
75 title.label | 76 title.label |
76 adblockplus/chrome/locale/*/meta.properties = =name | 77 adblockplus/chrome/locale/*/meta.properties = =name |
LEFT | RIGHT |