OLD | NEW |
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 background.js | 14 background.js |
14 permissions = tabs | 15 permissions = tabs |
15 http://*/* | 16 http://*/* |
16 https://*/* | 17 https://*/* |
17 contextMenus | 18 contextMenus |
18 webRequest | 19 webRequest |
19 webRequestBlocking | 20 webRequestBlocking |
20 unlimitedStorage | 21 unlimitedStorage |
21 options = options.html | 22 options = options.html |
22 pageAction = icons/abp-19.png popup.html | 23 pageAction = icons/abp-19.png popup.html |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 subscription.delete.label | 67 subscription.delete.label |
67 addSubscription.label | 68 addSubscription.label |
68 addSubscriptionAdd.label | 69 addSubscriptionAdd.label |
69 addSubscriptionOther.label | 70 addSubscriptionOther.label |
70 acceptableAds2.label | 71 acceptableAds2.label |
71 viewList.label | 72 viewList.label |
72 readMore.label | 73 readMore.label |
73 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 74 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
74 title.label | 75 title.label |
75 adblockplus/chrome/locale/*/meta.properties = =name | 76 adblockplus/chrome/locale/*/meta.properties = =name |
OLD | NEW |